该 body-parser 模块只处理JSON和urlencoded表单提交,而不是multipart(如果你上传文件就是这种情况). 对于multipart,你需要使用类似 connect-busboy or ...
確定! 回上一頁