定位
$(':input[name=put]')
属性
.val()获取内容
//判断是否选中input
$(':input[name=stel]').attr('checked')=='checked'