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>
时间: 2024-10-10 20:48:16