摘要: nodejs 普通文本转base64文本 const base64 = Buffer.from('你好啊,我叫herry菌', 'utf8').toString('base64'); console.log(base64) nodejs base64文本转普通文本 const text = Buff 阅读全文
posted @ 2023-06-26 16:07 herry菌 阅读(18) 评论(0) 推荐(0) 编辑