preventDefault(); console.log(this.state); } render() { return ( <form onSubmit={this.handleSubmit}> <label> Name: <input type="text" ...
確定! 回上一頁