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