if (typeof btoa === 'undefined') { global.btoa = function (str) { return Buffer.from(str, 'binary').toString('base64'); }; }.
確定! 回上一頁