render(){ const myPost = this.props.addPost; return ( <div> <form role="form" onSubmit={this.onSubmit.bind(this)}> <label htmlFor="title">Title of the ...
確定! 回上一頁