识别是否ie浏览器
摘要:
function IEVersion() { var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf( 阅读全文
posted @ 2017-08-25 17:47 追_风 阅读(231) 评论(0) 推荐(0)
posted @ 2017-08-25 17:47 追_风 阅读(231) 评论(0) 推荐(0)
posted @ 2017-08-25 17:26 追_风 阅读(1221) 评论(0) 推荐(0)
posted @ 2017-08-25 16:06 追_风 阅读(5807) 评论(0) 推荐(0)
posted @ 2011-03-07 16:04 追_风 阅读(173) 评论(0) 推荐(0)
posted @ 2011-03-04 18:12 追_风 阅读(218) 评论(0) 推荐(1)
posted @ 2011-03-04 17:50 追_风 阅读(706) 评论(0) 推荐(0)