打印出全部服务器变量的方法 |
| 作者:佚名 来源:不详 更新:2006-8-25 21:05:35 错误报告 我要投稿 |
<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>
|
|
| 文章录入:skyuu 责任编辑:skyuu |
|
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |