緩沖區 可用於獲取字符串或數據片段並對結果進行base64編碼。例如: > console.log(Buffer.from("Hello World").toString('base64')); SGVsbG8gV29ybGQ= ...
確定! 回上一頁