标签:程序 ogr 字符 str min 代码 weixin evel 函数
将 base64 的字符串转化为 ArrayBuffer 对象
示例代码:
使用位置:在 JS文件的任意函数中使用
const base64 = ‘CxYh‘;
console.log(wx.base64ToArrayBuffer(base64))
标签:程序 ogr 字符 str min 代码 weixin evel 函数
原文地址:https://www.cnblogs.com/GetcharZp/p/12085218.html