node的buffer转换为字符串

data = buffer格式

1.    data.toString();

2. data+'' 

原文地址:https://www.cnblogs.com/chenyudi/p/13384058.html