var radioNodeList = document.myForm.myRadio; alert( radioNodeList.value );. 一方でこの方法が使えないならば、次のようにして値を取得します。 var htmlCollection = ...
確定! 回上一頁