防止注入问题
for i= 0 to ubound(nothis) for each items in request.QueryString
if instr(unescape(request.QueryString(items)),nothis(i))<>0 then
errc=true
response.Write (" ")
response.Write escape("错误:" & server.HTMLEncode(unescape(request.QueryString(items))) & "含非法字符:" & nothis(i))
response.Write ("<br>")
end if
next
next请问这段话有错误吗,怎么老不执行那