📄 servervar.asp
字号:
<%@Language="VBSCRIPT"%>
<table border="1" width="550" cellpadding="3" cellspacing="0" bgcolor="#D6D3CE" bordercolordark="#FFFFFF" bordercolorlight="#808080" align="center" >
<%
dim LoopCount
LoopCount=0
For Each ServerVariable In Request.ServerVariables
LoopCount=LoopCount+1
if LoopCount Mod 2=0 then
%>
<tr><td><%=ServerVariable%></td><td><%=Request.ServerVariables(ServerVariable)%></td></tr>
<%else%>
<tr><td><%=ServerVariable%></td><td><%=Request.ServerVariables(ServerVariable)%></td></tr>
<%end if
next%>
</table>
<a href='<%=request.ServerVariables("SCRIPT_NAME")%>?wxl=01'>dsaf</a>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -