HTTP 响应字符串末尾的奇怪字符
A weird char at the end of the HTTP response string
我正在使用下面的 nodejs 包来生成一些简单的 restful API。
https://github.com/restify/node-restify
但是我在响应的末尾得到了一个奇怪的字符 json。
服务器端代码同上link提供的
我怎样才能删除 %?
我正在使用下面的 nodejs 包来生成一些简单的 restful API。
https://github.com/restify/node-restify
但是我在响应的末尾得到了一个奇怪的字符 json。
服务器端代码同上link提供的
我怎样才能删除 %?