摘要: 1 function getBrowserInfo() { 2 var ua = navigator.userAgent.toLocaleLowerCase(); 3 var browserType = null; 4 if (ua.match(/msie/) != null || ua.match 阅读全文
posted @ 2022-04-14 16:36 Redamancy_TT 阅读(61) 评论(0) 推荐(0)