为了账号安全,请及时绑定邮箱和手机立即绑定

const CommentList = ({ comments }) => { 函数把comments前后大括号去掉有问题

在CommentList .js文件中, 把

const CommentList = ({ comments }) => {  

函数comments前后大括号去掉有问题,编译出来说 comments.map 并不是个函数


正在回答

1 回答

是个析构写法,相当于 comments = props.comments;

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

const CommentList = ({ comments }) => { 函数把comments前后大括号去掉有问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信