D
delphi_learn
Unregistered / Unconfirmed
GUEST, unregistred user!
我已经装好了jdk1.3和jswdk-1.0.1,也可以用了。为什么我这文件就不能运行?<html>
<head>
<title>实验</title>
</head>
<body>
<%
String Msg = "This JSP test.";
%>
<h2><%=Msg%></h2>
</body>
</html>
<head>
<title>实验</title>
</head>
<body>
<%
String Msg = "This JSP test.";
%>
<h2><%=Msg%></h2>
</body>
</html>