随笔分类 -  兼容性

Angular8 ie兼容性解决
摘要:启用腻子脚本 polyfills.ts js / IE9, IE10 and IE11 requires all of the following polyfills. / import 'core js/es6/symbol'; import 'core js/es6/object'; impor 阅读全文
posted @ 2019-08-13 11:09 长安城下翩翩少年 阅读(3343) 评论(2) 推荐(0)
ie 版本判断脚本
摘要:```js // 获取IE版本 / @return {string} / function IEVersion() { // 取得浏览器的userAgent字符串 var userAgent = navigator.userAgent; // 判断是否为小于IE11的浏览器 var isLessIE 阅读全文
posted @ 2019-08-13 10:00 长安城下翩翩少年 阅读(223) 评论(0) 推荐(0)