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

📄 test.asp

📁 这是一款很好的SQL多用户版程序
💻 ASP
字号:
<% For Each x In Request.Form %>
 Request.Form( <%= x %> ) = <%= Request.Form(x) %> <BR>
<% Next %>
<% For Each y In Request.QueryString %>
 Request.Form( <%= y %> ) = <%= Request.QueryString(y) %> <BR>
<% Next %>
<%
'取得会话变量
Dim sessitem
For Each sessitem in Session.Contents
  Response.write(sessitem & " : " & Session.Contents(sessitem) & "<BR>")
Next 
%>
<%
'取得应用程序变量
Dim appKey
For Each appKey in Application.Contents
  Response.Write appKey&":"&Application(appKey)&"<br>"
Next 
ttt0 = Hour(time)
ttt1=Minute(time)
if ttt1 > 15 Then
	ttt3 = date&" " & ttt0 &":"& ttt1-15 &":00 "
else
	ttt3 = date &" "& ttt0 -1  &" "&  ttt1 +45 &":00 "
end if
  Response.Write cdate(ttt3)
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -