let buf = Buffer.from('Hello, World', 'utf8'); let obj = { buffer: buf }; obj = JSON.parse(JSON.stringify(obj)); // { type: 'Buffer', ...
確定! 回上一頁