new Buffer(size)#>>>>>>>>
size<integer> 新Buffer的期望长度。
参见 Buffer.alloc() 和 Buffer.allocUnsafe()。这种构造函数的变体等同于 Buffer.alloc()。
🌐 See Buffer.alloc() and Buffer.allocUnsafe(). This variant of the
constructor is equivalent to Buffer.alloc().