CSS导入使用及引用的两种方法

方法一
<link rel="stylesheet" type="text/css" href="test.css">
方法二
<style type="text/css"> @import url("http://localhost/demo.css"); </style>
原文地址:https://www.cnblogs.com/wuheng1991/p/5069880.html