new Buffer(size)
size<integer> 新的Buffer所需的长度。
参见 Buffer.alloc() 和 Buffer.allocUnsafe()。
构造函数的此变体等效于 Buffer.alloc()。
size<integer> The desired length of the newBuffer.
See Buffer.alloc() and Buffer.allocUnsafe(). This variant of the
constructor is equivalent to Buffer.alloc().