function CheckBadWords(str)
CheckBadWords = Replace(str,chr(34),""")
end function
我想在以上函数中转化了双引号和单引号:)
谢谢了~~~
...全文
306打赏收藏
大虾来帮帮忙,字符转换的问题:)
各位老鸟,小弟有一个问题 在写asp的时候遇到一个问题 就是把'这个字符转化成类似:Replace(str,chr(34),""")中 " 这样的字符。怎么搞? '对应的是什么呢? function CheckBadWords(str) CheckBadWords = Replace(str,chr(34),""") end function 我想在以上函数中转化了双引号和单引号:) 谢谢了~~~