js判断浏览器 //出自ext.js 增加ie11和edge判断var App = {};(function () { var check = function (regex) { return regex.test(navigator.userAgent.toLowerCase()); }; App.isStrict = document.compatMode == "CSS1C... # js基础 2023-09-17 110 点赞 1 评论 166 浏览