在表单中过滤字符串,请问一下代码怎么写
在表单中过滤字符串,请问一下代码怎么写比如我要过滤AAA、BBB
我用ASP,请教高手
[解决办法]
str = Replace(str,"AAA","")
str = Replace(str,"BBB
","")
发布时间: 2012-06-09 17:16:42 作者: rapoo
在表单中过滤字符串,请问一下代码怎么写
在表单中过滤字符串,请问一下代码怎么写比如我要过滤AAA、BBB
我用ASP,请教高手
[解决办法]
str = Replace(str,"AAA","")
str = Replace(str,"BBB
","")