<%@ Page Language="C#" %>
<%@ Import Namespace="System.Web" %>
<br />
您的ip地址是:[
<% = HttpContext.Current.Request.UserHostAddress %>
]
<br />
<br /> <% HttpBrowserCapabilities bc = new HttpBrowserCapabilities(); bc = Request.Browser; %> <br /><b>浏览器类型:</b><% =bc.Type %> <br /><b>浏览器名称:</b><% =bc.Browser %> <br /><b>浏览器版本:</b><% =bc.Version %>

  

posted on 2024-03-18 09:26  yi-sheng  阅读(2)  评论(0编辑  收藏  举报