if (typeof Buffer.from === "function") { // Node 5.10+ buf = Buffer.from(b64string, 'base64'); // Ta-da } else { // older Node versions, ...
確定! 回上一頁