$("#fsForm1975437").submit(function () {
$.ajax({
url: "editorial.ashx",
type: "post",
dataType: "json",
data: obj,
cache: false,
async: true,
success: function (html) { }
}
报200错误 ,进不去事件?
可不可以在 .submit() 提交?