疫情期间手机直线:18622734798
当前位置:首页网站设计:基础篇 → 全部信息
asp编写中与服务器相关的代码
更新时间:2012/9/18 点击:1249次

在写ASP网页时常用的检测代码:

服务器现在时间:

<% =now %>

服务器CPU型号:

<%=Request.ServerVariables("HTTP_UA_CPU")%>

当前分辨率:

<% =Request.ServerVariables("HTTP_UA_PIXELS")%>

可显示颜色:

[qoute]<%=Request.ServerVariables("HTTP_UA_COLOR")%>[/quote]

Server地址:

<%=Request.ServerVariables("SERVER_NAME")%>

服务器接受语言:

<%=Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")%>

访问者IP:

<%=Request.ServerVariables("REMOTE_ADDR")%>

访问者浏览器版本及系统:

<%=Request.ServerVariables("HTTP_USER_AGENT")%>

服务器可接受文件:

<%=Request.ServerVariables("HTTP_ACCEPT")%>

WEB服务器软件及版本信息:

<%=Request.ServerVariables("SERVER_SOFTWARE")%>

路由端口:

<%=Request.ServerVariables("REMOTE_PORT")%>

服务器http端口:

<%=Request.ServerVariables("LOCAL_PORT")%>

WEB目录名称:

<%=Request.ServerVariables("APPL_PHYSICAL_PATH")%>

当前WEB页位置:

<%=Request.ServerVariables("PATH_TRANSLATED")%>

请求方式:

<%=Request.ServerVariables("REQUEST_METHOD")%>

传输协议:

<%=Request.ServerVariables("SERVER_PROTOCOL")%>

  • 疫情期间手机直线:18622734798    服务邮箱:service@nfree.cn     QQ:1448132697
  • 地址:天津市河西区围堤道146号华盛广场B座22楼    

    津公网安备 12010302001042号

  • CopyRight 2006~2024 All Rights Reserved 天津市华易动力信息科技有限公司