案例:ASP/ADO案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
2
<%
3
Response.ContentType="text/html"
4
%>
5
<html>
6
<body>
7
8
<p>This is some text.</p>
9
10
</body>
11
</html>
12