new Buffer(array)


稳定性: 0 - 弃用:请改用 Buffer.from(array)

  • array 整数数组[] 要复制的字节数组。

Buffer.from(array)

【See Buffer.from(array).】