在CommentList .js文件中, 把
const CommentList = ({ comments }) => {
函数comments前后大括号去掉有问题,编译出来说 comments.map 并不是个函数
是个析构写法,相当于 comments = props.comments;