$('input[name=radio使用的name的值]:checked').val() ... <input type="radio" name="radio1" value="1">1<br/> <input type="radio" name="radio1" ...
確定! 回上一頁