美文网首页
base64转16进制,亲测好用

base64转16进制,亲测好用

作者: _鸭鸭 | 来源:发表于2022-11-28 14:42 被阅读0次
    /**
        * @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