📄 5-12.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Global.asa和Session</title>
</head>
<body>
<h1 align="center">Global.asa和Session</h1>
<%
if fso.FolderExists(server.MapPath(session("path")))=false then
response.Write "<h3 align=center>当前目录下没有frams目录</h3>"
else
response.Write "<h3 align=center>当前目录下存在frams目录</h3>"
end if
response.Write "<h3 align=center>在线人数:"&Application("online")&"</h3>"
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -