IE11 returns HTMLCollection, not RadioNodeList. Another way. document.querySelector('input[name=radioname]:checked').value.
確定! 回上一頁