代码:
let tagValue="https://mp-f47c6bfc-cf46-4532-9e39-c56470b84b8b.cdn.bspapp.com/cloudstorage/72ea0b9b-4106-4e7d-b59c-74046bc76779.jpg"
JSZipUtils.getBinaryContent(tagValue, function(error, content2) {
if (error) {
console.log(error)
return reject(error);
}
return resolve(content2);
});
报错:
Error: InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer').
5***@qq.com (作者)
我没有跨域啊,我代码也部署在这个按量收费的阿里云空间里
2022-12-08 19:52
8***@qq.com
上传403,预览跨域,怎么办呢?
2022-12-09 01:15