354690
Request URL:http://localhost:10001/mod/upload Request Method:POST Status Code:200 OK Request Headers (12) Form Dataview parsed {"files":{"webkitRelativePath":"","lastModified":1421799831000,"lastModifiedDate":"2015-01-21T00:23:51.000Z","name":"qrcode_for_gh_89284a8fabf6_430.jpg","type":"image/jpeg","size":40319}}
这个post,为什么我取req.body的时候,得到的却是: { '{"files":{"webkitRelativePath":"","lastModified":1421799831000,"lastModifiedDate":"2015-01-21T00:23:51.000Z","name":"qrcode_for_gh_89284a8fabf6_430.jpg","type":"image/jpeg","size":40319}}': '' } json数据传递后为什么变成了键值对呢。 求解决,,求大神们,,,