标签:imp ring -- comm sheet url str pre style
与<link>
相比,@import
较慢,增加额外的页面请求,并可能导致其他不可预见的问题。
<!-- Use link elements -->
<link rel="stylesheet" href="core.css">
<!-- Avoid @imports -->
<style>
@import url("more.css");
</style>
标签:imp ring -- comm sheet url str pre style
原文地址:http://www.cnblogs.com/guangyuan/p/7077522.html