?? 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 + -