收藏本页 | 网站地图 | 投稿指南
 
 
当前位置:首页 >> 学院首页 >> 程序开发 >> ASP >>

打印出全部服务器变量的方法

放大字体  缩小字体  At: 2005-10-04 02:08  By: master8 转载 来源: 互联网
<table>
<tr>
<td>变量</td>
<td>值</td>
</tr>
<%
For Each name In Request.ServerVariables
%>
<tr>
<td><%=name%></td>
<td><%=Request.ServerVariables(name)%></td>
</tr>
<%
Next
%>
</table>
 






         









 
Google
论坛精华  
 
 
  ©2005-2008 站长吧 Master8.NET All Rights Reserved 陕ICP备05010609号