獲取您自己的 Node 伺服器
var buf = Buffer.from('abcdef');

buf.write('qq',2);

console.log(buf.toString());


              

abqqef