ReactJS中有三個(gè)點(diǎn)做什么const peopleList = this.state.people.map( x => {
return <Person key={x.name} {...x} />})這段代碼的“{... x}”是什么意思?
ReactJS中有三個(gè)點(diǎn)做什么
aluckdog
2019-08-28 15:58:21