ajax回調函數的各個參數的理解

簡單說就是ajax內url請求執行後成功(success)或是失敗(error)後所調用的函數,例如:$.ajax({ type: 「post」, url: 「…/…/…」, /請求執行的地址(即:調用的後臺方法)/ cache: true, data: 「xxx」, dataType: 「json」, success: function (data) { …; /程序語句/ }, error:
相關文章
相關標籤/搜索