this .state.arr.map( function (item,index) { // map 返回的是一个新数组. return <div className= "app-item" key= "index" >{item}</div>. }).
確定! 回上一頁