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>")
%>
- 1 回答
- 0 關注
- 1402 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消