<label>雨量统计方式: <input type="radio" name="rain_stats_type" value="时" checked /> 时 </label>
<label> <input type="radio" name="rain_stats_type" value="日" /> 日 </label>
$("input[name=rain_stats_type]").click(function () {
alert(1)
});