function getValueByName(name) {. var inputs = document.getElementsByName(name);. var values = [];. for (var i=0; i < inputs.length; i++) {.
確定! 回上一頁