摘要: 1 function IEVersion() { 2 var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 3 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.in 阅读全文
posted @ 2017-11-13 17:19 CodeProducter 阅读(230) 评论(0) 推荐(0)