发送请求 request({ method: "GET", // 请求方式 url: "url地址", // 请求url responseType:'arraybuffer', // 一定要写 data: data // 参数 }) 发送请求拿到返回数据后转换base64格式 .then(res = Read More
posted @ 2021-07-02 12:56 我的世界蹦擦擦 Views(1456) Comments(0) Diggs(0)