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

2024年11月16日 19: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