?? e5_alistnr.asp
字號:
<html>
<head>
<!--輸出發言內容-->
<meta http-equiv="refresh" content="3;E5_Alistnr.asp" />
</head>
<center><h1>討論區</h1></center>
<&
str=Application("nr15")
i=1
for n=1 to 15
i=Instr(i,str,"<p>")+3
if i=3 then exit for
next
if not(i=3) then
Application.Lock()
Application("nr15")=Left(str,i-2)
Application.UnLock()
end if
response.Write Application("nr15")%>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -