案例:ASP/ADO案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<%
5
response.write("Hello World!")
6
%>
7
8
</body>
9
</html>