1
是否有jQuery的jQuery的AJAX方法和Post方法
$.post("/SPA/Main/SaveEmployee", e).then({
//code
});
和
$。員額和$就法有何區別$.ajax({
url: "/Spa/SpaBulkUpload/Upload",
type: 'POST',
contentType: false,
processData: false,
data: fd
}).then(function (e) {
//Code
});
不,第一種方法只是第二種方法的簡寫。 – Anchor
你可能會覺得這很有趣:http://stackoverflow.com/questions/12820074/difference-between-post-and-ajax –