它代码混用的例 子。
<html><head>
<title>res5.asp</title>
</head><body bgcolor="#FFFFFF">
<%
@# The response object can be used to write text
@# but sometimes some functions must be used to transform
@# the text instead of sending as is to the browser
response.write "<B>Hyperion</b> by <I>Dan Simmons</i> is a great
novel"
response.write "<p>"
response.write server.htmlencode("<B>Hyperion</b> by <I>Dan
Simmons</i> is a great novel")
response.write "<p>"
response.write "Joe Smith & Hilda = a team"
response.write "<p>"
response.write server.URLencode("Joe Smith & Hilda = a team")
%>
</body></html>
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/