Jquery CheckBox 选中和非选中
if($("input[name='is_pay']").prop('checked')) {
$("input[name='is_pay']").prop('checked', true);
$("input[name='is_pay']").attr("checked",true);
} else {
$("input[name='is_pay']").prop('checked', false);
$("input[name='is_pay']").removeAttr("checked");
}
<td style='vnd.ms-excel.numberformat:@'></td>
导出excel身份证显示问题处理
posted on 2018-03-19 11:30 loveking_阳 阅读(351) 评论(0) 收藏 举报
浙公网安备 33010602011771号