//本机ip:<%=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")%>
        //获取url中的文件名和传过来的值:request.ServerVariables("script_name")+"?"+request.ServerVariableS("QUERY_STRING")

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2021-12-08
  • 2021-12-11
  • 2021-05-20
猜你喜欢
  • 2021-11-12
  • 2022-01-22
  • 2021-08-28
相关资源
相似解决方案