我的asp表单复选框赋值不对

2024-11-16 19:04:04
推荐回答(1个)
回答1:

rs("xg_body2")=2
rs("xg_body3")=3
rs("xg_body4")=4
rs("xg_body5")=5

以上四行改为
if request("body2")<>"" then rs("xg_body2")=2
if request("body3")<>"" then rs("xg_body3")=3
if request("body4")<>"" then rs("xg_body4")=4
if request("body5")<>"" then rs("xg_body5")=5