摘要: fetch('/some.json', { method: 'get', body: { id: 22 } }).then(function (resp) { resp.json().then(console.log); }).catch(function (r) { console.err(r); }); $.ajax({ url: '... 阅读全文
posted @ 2019-02-16 10:06 可可西里(lemon) 阅读(428) 评论(0) 推荐(0) 编辑