解析ajax事件的调用顺序
jquery的ajax请求方法:复制代码 代码如下:$.ajax({ type: “GET”, dateType:”html”, url: “index.html”, error: function(msg) { alert(“error”); }, complete: function(msg) { alert(“complete”); }, success: function(msg) {
下载地址
用户评论