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 35 点赞 0 评论 53 浏览