- 可以在ASP文档中写HTML、JavaScript等许多语言。
- 默认使用VBScript解释,改成JS需要:
<% @ language="javascript" %>
<html>
<%
Response.Write("Hello World!");
%>
</html>
<% @ language="javascript" %>
<html>
<%
Response.Write("Hello World!");
%>
</html>
7487

被折叠的 条评论
为什么被折叠?