ArrayBuffer中二进制数组?
发布于 6 年前 作者 tangyan 9294 次浏览 来自 问答

如何将res.data中的arrayBuffer数组赋值给定义好的变量data

1 回复

let data = res.data.arrayBuffer

回到顶部