<input id="IsSale" data-toggle="topjui-checkbox">
$.ajax({
url: 'Create',
type: 'post',
data: $("form").serialize() ,
dataType: "json",
success: function (data) {.....}
});
$("form").serialize(),不能直接将checkbox的状态传给后台吗?