搜索列表
-
两个小函数让你的ASP程序对SQL注入免疫!
【ASP编程】Rem ## 长整数转换 Function toNum(s, default) If IsNumeric(s) and s <> "" then toNum = CLng(s) Else toNum = default End If End Function...
两个小函数让你的ASP程序对SQL注入免疫!
【ASP编程】Rem ## 长整数转换 Function toNum(s, default) If IsNumeric(s) and s <> "" then toNum = CLng(s) Else toNum = default End If End Function...
两个小函数让你的ASP程序对SQL注入免疫!