摘要: function fuGetNavigatorInfo() { var ua = navigator.userAgent, type; if(ua.indexOf("MSIE 6.0") > -1) { type = "IE6"; } else if (ua.indexOf("MSIE 7.0") > -1) { type = "IE7"; } else if (ua.indexOf("MSIE 8.0") > -1) { type = "IE8"; } e 阅读全文
posted @ 2010-02-04 16:06 深潭 阅读(142) 评论(0) 推荐(0) 编辑