request.setEncoding('utf8');//设置这个很可能导致上传失败,这是formidable模块的一个bug吧
和
request.addListener("data",function(tempPostData){ postData+=tempPostData; }); request.addListener("end",function(){ route(request,response,postData,handle); });
2023-03-10
0万阅读
2023-02-23
3万阅读
2023-02-09
7万阅读
2023-01-08
4万阅读
2022-12-26
2万阅读
2022-12-22
1万阅读
2022-12-12
2022-12-10
5万阅读