To get the selected radio button, you can use the :checked CSS pseudo-class selector, representing any radio ( <input type="radio"> ) that is checked.
確定! 回上一頁