摘要: public static int getBrowser(){string BrowserInfo = HttpContext.Current.Request.UserAgent;if (BrowserInfo.Contains("MSIE 7.0")){//IE7return 1;}else if... 阅读全文
posted @ 2013-07-02 15:44 顿金 阅读(167) 评论(0) 推荐(0)