教程集 www.jiaochengji.com
教程集 >  脚本编程  >  Asp.net  >  正文 Request.ServerVariables变量集参考手册

Request.ServerVariables变量集参考手册

发布时间:2018-09-14   编辑:jiaochengji.com
教程集为您提供Request.ServerVariables变量集参考手册等资源,欢迎您收藏本站,我们将为您提供最新的Request.ServerVariables变量集参考手册资源

Request.ServerVariables("Url")
返回服务器地址
Request.ServerVariables("Path_Info")
客户端提供的路径信息
Request.ServerVariables("Appl_Physical_Path")
与应用程序元request.servervariables("remote_addr")%>
服务器名:<%=Request.ServerVariables("SERVER_NAME")%>
服务器IP:<%=Request.ServerVariables("LOCAL_ADDR")%>
服务器端口:<%=Request.ServerVariables("SERVER_PORT")%>
服务器时间:<%=now%>
IIS版本:<%=Request.ServerVariables("SERVER_SOFTWARE")%>
脚本超时时间:<%=Server.ScriptTimeout%>
本文件路径:<%=server.mappath(Request.ServerVariables("SCRIPT_NAME"))%>
服务器CPU数量:<%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%>
服务器解译引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion&"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %>
服务器操作系统:<%=Request.ServerVariables("OS")%>
支持的文件类型:<%=Request.ServerVariables("HTTP_Accept")%>
访问的文件路径:<%=Request.ServerVariables("HTTP_url")%>
用户代理的信息:<%=Request.ServerVariables("HTTP_USER_AGENT")%>

您可能感兴趣的文章:
Request.ServerVariables变量集参考手册
asp.net Request.ServerVariables参考手册
cdn或反向代理后获取用户真实IP的函数代码Asp版
php empty()与isset()函数区别分析
AspError(err)对象详解
asp获取用户真实IP地址的方法
php手册怎么看
php递归调用与静态变量的使用
Request.RawUrl获取当前请求重写(UrlRewrite)Url的方法介绍
mysql server has gone away的解决方法

[关闭]
~ ~