源代码
<html> <head> <title>ASP输出语法:使用Response.Write</title> </head> <body> <% Response.Write("站长网 站长学院 www.admin5.com/html") %> </body> </html>
源代码执行结果