ReactJS中有三个点做什么const peopleList = this.state.people.map( x => { return <Person key={x.name} {...x} />})这段代码的“{... x}”是什么意思? 查看完整描述