搜索列表
-
asp 实现对SQL注入危险字符进行重编码处理的函数
【ASP编程】<% '****************************** '函数:CheckStr(byVal ChkStr) '参数:ChkStr,待验证的字符 '作者:阿里西西 '日期:2007/7/15 '描述:对SQL注入危险字符进行重编码处理 '示例:CheckStr("and 1=1 or select * from") '****************************** Function&...
asp实现对SQL注入危险字符进行重编码处理的函数