关于防SQL的想法

2025-06-27 01:50:09
推荐回答(2个)
回答1:

你的想法是可以的,不过语句对不对自己试试吧,祝你成功,呵呵.

回答2:

if isnumeric(id) then
sql=...&cstr(cint(id))
else
请输入数字
end if