Node.js ponyfill for atob and btoa encoding functions - atob.js. ... module.exports = function atob(a) {. return new Buffer(a, 'base64').toString('binary');. } ...
確定! 回上一頁