ASP过滤SQL非法字符并格式化html代码(常用功能函数)
ASP过滤SQL非法字符并格式化html代码. 过滤SQL非法字符 Function checkStr(Chkstr) dim Str:Str=Chkstr if isnull(Str) then checkStr = "" exit Function else Str=replace(Str,"","") Str=replace(Str,";","") Str=replace(Str,"--","") <%func…
查看全文