案例:ASP/ADO案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
2
<html>
3
<body>
4
5
<%
6
Response.Write(Session.SessionID)
7
%>
8
9
</body>
10
</html>
11