},(err)=>{ var enc = new TextDecoder('utf-8') var res = JSON.parse(enc.decode(new Uint8Array(err.data))) //轉(zhuǎn)化成json對象 });此時注意 responseType:"arraybuffer", 在vue框架當(dāng)中,數(shù)據(jù)請求是借助axios的,為此,在發(fā)送請求的時候,需要修改responseType,改為arraybuffer,axios默認(rèn)情況下responseType為js...
www.dbjr.com.cn/article/2014...htm 2025-6-7