1嵌入式,直接写到网页中 css样式 如: p{ color:red;} 2.链接式 3.引入式 @import url(.../xxx.css) 4.直接写入html内容中 元素>