<label><input name=‘reason‘ type=‘radio‘ value=‘您的评论内容涉嫌谣言‘ />您的评论内容涉嫌谣言</label>
<label><input name=‘reason‘ type=‘radio‘ value=‘您的评论内容涉嫌网络钓鱼/广告‘ />您的评论内容涉嫌网络钓鱼/广告</label>
<label><input name=‘reason‘ type=‘radio‘ value=‘您的评论内容涉嫌政治言论‘ />您的评论内容涉嫌政治言论</label>
$("input[name=‘reason‘]:checked").val();
重点是input里面添加value属性,里面写上内容。
原文:http://www.cnblogs.com/Neilisme/p/6879964.html