摘要: css中link与@import的区别 <link rel="stylesheet" styl="text/css" href="style.css"> <style type="text/css"> @import url("style.css"); (1)link属于HTML标签,而@impor 阅读全文
posted @ 2021-01-19 08:37 青木yang 阅读(58) 评论(0) 推荐(0)