摘要: 1: fetch('./01data.json', {}) //固定格式 .then(function (response) { //resolve 成功 console.log(response); return response.json(); }) //获取数据 .then(function  阅读全文
posted @ 2021-11-23 10:31 熊熊日记 阅读(38) 评论(0) 推荐(0)