how to write any huge number into buffer , not only small ones

前端 未结 0 1643

I am allocating buffer as the following:

const buf = Buffer.alloc(8);

This allocates the memory space for 8 bytes...

Now, I want to write any

相关标签:
回答
  • 消灭零回复
提交回复
热议问题