📄 content.asp
字号:
<HTML>
<HEAD>
<META http-equiv="refresh" content="15;url=content.asp">
<TITLE>聊天内容</TITLE>
<BASE target="ltop">
</HEAD>
<BODY >
<%'取得用户名
name=session("name")
If session("name") <>"" Then
'向用户端写入聊天内容
Response.write "<BR>" & application(name)
Else
Items=split(application("people"),",")
For i=0 To ubound(items)-1
Application(Items(i))=name & "向各位打虾说再见了!"
Next
End If
%>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -