蜈蚣怎么攻击人:asp里怎样验证文字

来源:百度文库 编辑:高校问答 时间:2024/05/14 15:15:40
我的意思是,在text里验证有没有我想要的文字,怎么做,谢谢

a=text里面的文字
b=你想验证的字
if instr(a,b)<>0 then
response.write "有"
else
response.write "没有"
end if