如何把单选按钮值 传递到 指定的文本框
注册类型:<input name="regclass" type="radio" value="1" id="regclass" />个人
<input name="regclass" type="radio" value="2" id="regclass" />企业
<input name="regtype" type="hidden" id="regtype" value="0" />
如上,有单选按钮 regclass ,我要单击 某个选项 即时 把值 传入到 regtype 这个文本框,代码应该怎么写?