在表单中过滤字符串,请问一下代码怎么写在表单中过滤字符串,请问一下代码怎么写比如我要过滤AAA、BBB我用ASP,请教高手[解决办法]str = Replace(str,"AAA","")str = Replace(str,"BBB","")