使用base64编码和解码[重复]

Posted

技术标签:

【中文标题】使用base64编码和解码[重复]【英文标题】:Encoding and decoding using base64 [duplicate] 【发布时间】:2019-12-17 17:44:04 【问题描述】:

我一直在调试下面的代码。请问有什么问题吗?

const base64 = require(base-64); 
const message = 'aHR0cDovL3JlY3J1aXQtaWZlLnRlcnJhZ29uZ3JvdXAuY29tLw==';// Oh no! The code is going over the edge! what are you going to do? 
const decodeMessage = (msg) =>  
return base64.decode(message); 
; 
console.log(decodeMsg(_message));

【问题讨论】:

【参考方案1】:

试试这个:

const base64EncodedMessage = Buffer.from(messsage, 'base64');

【讨论】:

以上是关于使用base64编码和解码[重复]的主要内容,如果未能解决你的问题,请参考以下文章

Base64编码

base 64 以角度编码和解码字符串 (2+)

LoadRunner中Base64编码解码

在 Java 中如何进行 BASE64 编码和解码

前端base64编码与解码

base64编码解码