查看所有的Server Variables的环境变量
2018-09-06 11:42
阅读:411
下列代码保存为ASP文件就可以了
<tableborder=0cellpadding=0cellspacing=1bgcolor=#d0c0F0>
<tr>
<td><tableborder=0cellpadding=3cellspacing=0bgcolor=#F0F0F8>
<tRbgcolor=#d0c0f0>
<td><b>VariableName</b></td>
<td><b>Value</b></td>
</tr>
<%
Withresponse
ForEachsKeyInRequest.ServerVariables
.Write<tR>&vbCrLf
.WritevbTab&<tdvalign=top><b>&sKey&</b></td>&vbCrLf
.WritevbTab&<td>&Request.ServerVariables(sKey)&</td>&vbCrLf
.Write</tR>&vbCrLf
Next
EndWith
%>
</table></td>
</tr>
</table>
上一篇:ASP怎么谈到应用到类的?
下一篇:Asp中调用VB编写的DLL
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:查看所有的Server Variables的环境变量
文章链接:http://soscw.com/index.php/essay/9638.html
文章标题:查看所有的Server Variables的环境变量
文章链接:http://soscw.com/index.php/essay/9638.html
评论
亲,登录后才可以留言!