摘要:
深入理解http请求的过程是前端性能优化的核心 css 样式表置顶 用 link 代替 import js 脚本置底 合理使用 js 的异步加载能力 link 和import的使用区别 区别1:link是XHTML标签,除了加载CSS外,还可以定义RSS等其他事务;@import属于CSS范畴,只能 阅读全文
2018年3月15日
2018年3月14日
摘要:
1 介绍: https://www.zhihu.com/question/20215561 2 案例: https://www.jianshu.com/p/0d20a032d0ec (坑说明)、 https://www.imooc.com/article/13400 (案例) 阅读全文
2018年3月12日
摘要:
https://github.com/amfe/article/issues/17 阅读全文
摘要:
https://github.com/flashlizi/cssrem 阅读全文
摘要:
http://rj.baidu.com/soft/detail/17152.html 阅读全文
2018年2月18日
摘要:
https://www.jianshu.com/p/a2edfca414ed 阅读全文
2018年2月9日
2018年2月8日
摘要:
let ua = window.navigator.userAgent.toLowerCase()if(ua.match(/MicroMessenger/i) == 'micromessenger'){ return true} 阅读全文