将 base64 的字符串转化为 ArrayBuffer 对象
示例代码:
使用位置:在 JS文件的任意函数中使用
const base64 = 'CxYh';
console.log(wx.base64ToArrayBuffer(base64))
将 base64 的字符串转化为 ArrayBuffer 对象
示例代码:
使用位置:在 JS文件的任意函数中使用
const base64 = 'CxYh';
console.log(wx.base64ToArrayBuffer(base64))