05 2017 档案

摘要:$http.post(URL , { parameter:parameter },{ responseparameterType: 'arraybuffer' }).then(function (res) { var blob = new Blob([res.data], {type: 'appli 阅读全文
posted @ 2017-05-10 16:37 hahaha222 阅读(1715) 评论(0) 推荐(0)
摘要:jquery的AJAX中各个事件执行顺序如下: 1.ajaxStart(全局事件) 2.beforeSend 3.ajaxSend(全局事件) 4.success 5.ajaxSuccess(全局事件) 6.error 7.ajaxError (全局事件) 8.complete 9.ajaxComp 阅读全文
posted @ 2017-05-05 09:03 hahaha222 阅读(179) 评论(0) 推荐(0)