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