asp 实现对SQL注入危险字符进行重编码处理的函数
<% "****************************** "函数:CheckStr(byValChkStr) "参数:ChkStr,待验证的字符 "作者:阿里西西 "日期:2007/7/15 "描述:对SQL注入危险字符进行重编码处理 "示例:CheckStr("and1=1orselect*from") "****************************** FunctionCheckStr(byValChkStr) DimSt...