摘要: async:属性表明这个文件需要异步加载,避免网页失去响应;ie不支持这个属性; defer:ie支持 阅读全文
posted @ 2021-12-21 19:29 Running00 阅读(22) 评论(0) 推荐(0)
摘要: js 模块的模块化 https://www.ruanyifeng.com/blog/2012/10/asynchronous_module_definition.html 有了模块化,可以使用别人的代码,想要什么功能,加载什么模块; commonjs,amd commonjs:同步加载,requir 阅读全文
posted @ 2021-12-21 19:22 Running00 阅读(49) 评论(0) 推荐(0)
摘要: http://www.useragentstring.com/pages/useragentstring.php?name=Internet+Explorer 阅读全文
posted @ 2021-12-21 17:31 Running00 阅读(43) 评论(0) 推荐(0)