javascript的defer和async的区别。
摘要:
我们常用的script标签,有两个和性能、js文件下载执行相关的属性:defer和async defer的含义【摘自https://developer.mozilla.org/En/HTML/Element/Script】 This Boolean attribute is set to indic 阅读全文
posted @ 2016-09-28 11:46 前端小小匠 阅读(633) 评论(0) 推荐(1) 编辑