var tmp = document.getElementsByName("foodtype"); for(var i=0; i<tmp.length; ++i) if(tmp.item(i).checked){ alert(tmp.item(i).getAttribute("value")); }
本文转自 小眼儿 博客园博客,原文链接:http://www.cnblogs.com/hujunzheng/p/4167897.html,如需转载请自行联系原作者
var tmp = document.getElementsByName("foodtype"); for(var i=0; i<tmp.length; ++i) if(tmp.item(i).checked){ alert(tmp.item(i).getAttribute("value")); }