CSS里 @import用法

CSS里 @import用法

引入CSS的方法有两种,一种是@import,一种是link @import url('地址')&ltlink href="地址" rel="stylesheet" typ
html-css290