标签:
1.导入式:
<html> <head> <title></title> <style type="text/css"> @import url("style.css"); </style> </head> </html>
2.连接式:
<html> <head> <title></title> <link rel="stylesheet" href="mystyle.css" type="text/css" /> </head> </html>
标签:
原文地址:http://www.cnblogs.com/hebao0514/p/4701950.html