e5_alistnr.asp
来自「该书为JAVA实验指导书」· ASP 代码 · 共 20 行
ASP
20 行
<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 + =
减小字号Ctrl + -
显示快捷键?