for (var i = radioNodeList.length - 1; i > -1; i--) {. if (radioNodeList[i].checked) {. return radioNodeList[i].value;. }.
確定! 回上一頁