-1
我開始使用Ajax的工作,和我在聽上一個教程中,我看到這樣的代碼教程:Ajax請求之間的差異?
$("button").click(function(){
$.get("demo_test.asp", function(data, status){
alert("Data: " + data + "\nStatus: " + status);
});
});
在其他情況下,我看到的XMLHttpRequest在JavaScript做誰能告訴我兩者之探源?因爲它令人困惑的聽一個教程,告訴你一件事和其他第二件事
謝謝你,我試圖谷歌的差異,但沒有這樣的樣子,真的很困惑。 所以使用jQuery版本更容易一些? – user3187715
更容易在旁觀者的眼中 –