$.ajax({ url: url, type: "POST", data: data, dataType:"text",//缓存true/false cache: false, success: function (dat) { })};