... 二进制方式,需要在axios中设置 responseType: 'arraybuffer' ,同时因为需要强制刷新缓存需要添加 headers: { 'Cache-Control': 'no-cache' } 。
確定! 回上一頁