源代码
<html> <head> <title>ASP输出语法:使用Response.Write</title> </head> <body> <% Response.Write("西安商务网,西安站长网,站长学院 www.xabiz.net/html") %> </body> </html>
源代码执行结果