req.body不断抛出TypeError:无法读取未定义的属性“ body”

时间:2020-08-31 10:40:55

标签: node.js express

我无法使用e=0 for child in root: if root[e][0].tag == 'Created': clusterDF = clusterDF.append({'DateTime': root[e][0].text}, ignore_index = True) time=root[e][0].text elif wDataDF.CSV_Name[:] in root[e][0].text : clusterDF.loc[clusterDF.DateTime == time, clusterDF.(the found CSV_Name)] = root[e][3].text e+=1 req.body,并且当我尝试Error: "TypeError: Cannot read property 'body' of undefined"时会返回console.log(req.body)

我是Node.js和Express的新手,任何帮助将不胜感激。我一直在寻找解决方案,但没有找到一个解决方案,如果已经提出了这个问题,您可以将其链接吗?抱歉,这是一个重复的问题。

undefined

0 个答案:

没有答案