在php里检索单选框是否被选中 for ($n=1;$n<=$lines;$n++){ if (eval("document.forms[0].a"+$n).checked) 。。。。。 可以这么用吗? $lines为行数