如何控制Response.Write 输出文字的大小颜色等属性

2025-04-16 08:31:47
推荐回答(1个)
回答1:

1方法
<%Dim str
str="abcd"
Response.Write " "&str&""
%>

2方法
<%Dim str
str="abcd"
Response.Write " "&str&""
%>