注册 登录
编程论坛 ASP技术论坛

response.write 输出 符号太乱了

maprincesse 发布于 2013-07-05 13:10, 493 次点击
<tr bgcolor=#d3d3d3 onMouseOver="this.style.background = '#99CCFF';" onMouseOut="this.style.background ='#d3d3d3';" >


谁能告诉我把它用response.write 怎么输出

里面的符号把我整蒙了
1 回复
#2
ysf01812013-07-06 16:19
response.write "<tr bgcolor=#d3d3d3 onMouseOver=""this.style.background = '#99CCFF';"" onMouseOut=""this.style.background ='#d3d3d3';"" >"
1