What encodings does Buffer.toString() support?

后端 未结 3 1397
心在旅途
心在旅途 2020-12-30 19:05

I\'m writing an app in node.js, and see that I can do things like this:

var buf = new Buffer(\"Hello World!\")
console.log(buf.toString(\"hex\"))
console.log         


        
3条回答
提交回复
热议问题