您的位置: 首页 > IT文章 > CSS样式的引入方式 CSS样式的引入方式 分类: IT文章 • 2024-10-06 09:58:07 test.css div{ color:yellow; } 在html中引入 <link href="test.css" type="text/css" rel="stylesheet" /> 参考: https://www.cnblogs.com/shenyf/p/8427143.html