new Buffer(buffer)
-
buffer<Buffer> | <Uint8Array> 要从中复制数据的现有Buffer或Uint8Array。¥
buffer<Buffer> | <Uint8Array> An existingBufferorUint8Arrayfrom which to copy data.
¥See Buffer.from(buffer).
buffer <Buffer> | <Uint8Array> 要从中复制数据的现有 Buffer 或 Uint8Array。
¥buffer <Buffer> | <Uint8Array> An existing Buffer or Uint8Array from
which to copy data.
¥See Buffer.from(buffer).