,$.ajax({ url: "test.html", type: "post", dataType: "json", cache: false, data: thisform.serializeArray(), //数据序列化 //complete: function () { // $("#loading").hide(); //}, success: function (data) { //成功后的操作 } });