📜  反应本机数据映射不是一个函数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:24.755000             🧑  作者: Mango

代码示例1
The .map function is only available on array.
It looks like data isn't in the format you are expecting it to be
(it is {} but you are expecting []).