请同情小气的菜鸟~~~~~~~~~~
各位,用记事本编写以下测试文件test.asp,运行后却看不到ASP部分,请教…
<%@language=vbscript runat=server%>
<html>
<head>
<title>测试</title>
</head>
<%
dim hello,test
hello="hello!"
test="good"
%>
<body>
<center>
<b><%=hello%></b>
<br><br>
<%=test%>
</center>
</body>
</html>