javascript - react获取数组的数据时遇到Cannot read property 'map' of undefined
程序员文章站
2024-01-09 15:22:10
...
当我要提取listDate的时候,map提示undefined.打印listDate的时候显示其中有map的方法。这是为什么呢?
代码很简单,就是react中文网的例子.
代码很简单,就是react中文网的例子.
这是php的代码:
{
"status":0,
"records":{
"title": "Here's the book list",
"listData": [
{"name": "沙滩搁浅我们的旧时光", "author": "XiaoMing"},
{"name": "女人天生高贵", "author": "XiaoDong"},
{"name": "海是彩色的灰尘", "author": "XiaoXi"}
]
}
}
这是react代码