1render() { 2 return ( 3 <div> 4 <input type="radio" value="Male" ... <label> 6 <input 7 type="radio" 8 value="Male" 9 checked={this.state.
確定! 回上一頁