toString('ascii') allow to decode base64 // result is: "Hello World" // Can be use combined together like these console.log(Buffer.from('SGVsbG8gV29ybGQ=', ...
確定! 回上一頁