随笔分类 -  axios

摘要:1.jQuery ajax $.ajax({ type: 'POST', url: url, data: data, dataType: dataType, success: function () {}, error: function () {} }); 传统 Ajax 指的是 XMLHttpR 阅读全文
posted @ 2019-09-19 15:41 安莫寒 阅读(225) 评论(0) 推荐(0)