Response.write()的问题为什么Response.write( )的结果是[解决办法]第一对是字符串括号,中间
Response.write("""")的问题
为什么Response.write( " " " ")的结果是 "
[解决办法]
第一对是字符串括号,中间的2个 会被解释为1个
[解决办法]
系统读成
Response.write( " ' " ' ")
[解决办法]
VBScript的字符串中的一个 ",要用两个 " ",就像C语言的\,要用\\表示一样
