襄阳政府:asp里怎样验证文字

来源:百度文库 编辑:高考问答 时间:2024/07/03 12:59:46
我的意思是,在text里验证有没有我想要的文字,怎么做,谢谢

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