12
摘要: 无标题页 设置1 12 设置2 ... 阅读全文
posted @ 2008-10-16 03:32 ygang 阅读(255) 评论(0) 推荐(0) 编辑
摘要: public string SystemCheck() { string Agent = HttpContext.Current.Request.ServerVariables["HTTP_USER_AGENT"]; if (Agent.IndexOf("NT 4.0") > 0) { return "Window... 阅读全文
posted @ 2008-10-16 01:40 ygang 阅读(190) 评论(0) 推荐(0) 编辑
摘要: private string UserInfo() { string info = "当前用户IP:" + Page.Request.UserHostAddress + ""; info += "当前电脑名称:" + System.Net.Dns.GetHostName() + ""; //info += "当前操作系统:" + Reque... 阅读全文
posted @ 2008-10-16 01:38 ygang 阅读(141) 评论(0) 推荐(0) 编辑
12