1 回答
已采納

Oraclea
TA貢獻10條經驗 獲得超3個贊
可以在文件中直接引用樣式表。
<link href="ype.css" rel="stylesheet" type="text/css" />
如果寫到 <%%> 中,
<%
response.Write("<style>")
response.Write(".aaaa{color:red;}")
response.Write("</style>")
%>
添加回答
舉報
0/150
提交
取消