⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 e5_alistnr.asp

📁 该书为JAVA实验指导书
💻 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 + -