setState ({ array: this.state.array.concat(4), }); /** * case 3 : spread 연산자 이용한 방법(es6) */ this.setState({ array: ...
確定! 回上一頁