识别是否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 追_风 阅读(1222) 评论(0) 推荐(0)