取得ASP相关信息
时间:2013-06-02 15:13:44浏览:4140
服务器现在时间:
<%=now%><br>
服务器CPU型号:
<%=Request.ServerVariables("HTTP_UA_CPU")%><br>
当前分辨率:
<% =Request.ServerVariables("HTTP_UA_PIXELS")%><br>
可显示颜色:
<%=Request.ServerVariables("HTTP_UA_COLOR")%><br>
Server地址:
<%=Request.ServerVariables("SERVER_NAME")%><br>
服务器接受语言:
<%=Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")%><br>
访问者IP:
<%=Request.ServerVariables("REMOTE_ADDR")%><br>
访问者浏览器版本及系统:
<%=Request.ServerVariables("HTTP_USER_AGENT")%><br>
服务器可接受文件:
<%=Request.ServerVariables("HTTP_ACCEPT")%><br>
WEB服务器软件及版本信息:
<%=Request.ServerVariables("SERVER_SOFTWARE")%><br>
路由端口:
<%=Request.ServerVariables("REMOTE_PORT")%><br>
服务器http端口:
<%=Request.ServerVariables("LOCAL_PORT")%><br>
WEB目录名称:
<%=Request.ServerVariables("APPL_PHYSICAL_PATH")%><br>
当前WEB页位置:
<%=Request.ServerVariables("PATH_TRANSLATED")%><br>
请求方式:
<%=Request.ServerVariables("REQUEST_METHOD")%><br>
传输协议:
<%=Request.ServerVariables("SERVER_PROTOCOL")%><br>
上一篇:由汉字得到拼音的ASP代码
下一篇:1999年2月10日,一款名为OICQ的即时聊天软件正式上线
<%=now%><br>
服务器CPU型号:
<%=Request.ServerVariables("HTTP_UA_CPU")%><br>
当前分辨率:
<% =Request.ServerVariables("HTTP_UA_PIXELS")%><br>
可显示颜色:
<%=Request.ServerVariables("HTTP_UA_COLOR")%><br>
Server地址:
<%=Request.ServerVariables("SERVER_NAME")%><br>
服务器接受语言:
<%=Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")%><br>
访问者IP:
<%=Request.ServerVariables("REMOTE_ADDR")%><br>
访问者浏览器版本及系统:
<%=Request.ServerVariables("HTTP_USER_AGENT")%><br>
服务器可接受文件:
<%=Request.ServerVariables("HTTP_ACCEPT")%><br>
WEB服务器软件及版本信息:
<%=Request.ServerVariables("SERVER_SOFTWARE")%><br>
路由端口:
<%=Request.ServerVariables("REMOTE_PORT")%><br>
服务器http端口:
<%=Request.ServerVariables("LOCAL_PORT")%><br>
WEB目录名称:
<%=Request.ServerVariables("APPL_PHYSICAL_PATH")%><br>
当前WEB页位置:
<%=Request.ServerVariables("PATH_TRANSLATED")%><br>
请求方式:
<%=Request.ServerVariables("REQUEST_METHOD")%><br>
传输协议:
<%=Request.ServerVariables("SERVER_PROTOCOL")%><br>
上一篇:由汉字得到拼音的ASP代码
下一篇:1999年2月10日,一款名为OICQ的即时聊天软件正式上线
- Linux文章
- PHP文章
- 随机文章
- Linux中的find(-atime...
- mysql的expire_logs_...
- PHP 扩展 libsodium s...
- Linux下利用find和cp实现筛...
- 使用mysqldump命令导出备份m...
- Linux系统如何设置开机自动运行脚...
- Linux上实现秒级执行的定时任务
- shell echo -e 颜色输出
- Linux下通过grep查找指定的进...
- 解决执行脚本报syntax erro...
发表评论
昵称: 验证码: