currentIndex; if (currentIndex < this.state.data.length-1) { this.setState({currentIndex: currentIndex+1}); }else{ this.timer.stop(); } }.
確定! 回上一頁