我的第一个asp程序无法运行-帮帮我
<html><head>
<title>asp程序</title>
</head>
<body>
<%
dim mystring
mystring="我的字符串"
Response.write mystring'输出该字符串
%>
</body>
</html>
我不知道那里有错!谢谢
2008-01-14 22:39
2008-01-15 00:24
2008-01-15 08:10
2008-01-15 14:20
2008-01-15 14:48