/**
* @description: base64转16进制
* @param {oCode} 传入参数,类型为base64格式编码
* @return {*} 返回数据为16进制编码
*/
let hex_code = Buffer.from(oCode, 'base64').toString('hex');
/**
* @description: base64转16进制
* @param {oCode} 传入参数,类型为base64格式编码
* @return {*} 返回数据为16进制编码
*/
let hex_code = Buffer.from(oCode, 'base64').toString('hex');
本文标题:base64转16进制,亲测好用
本文链接:https://www.haomeiwen.com/subject/higlfdtx.html
网友评论