第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為什么報(bào)錯(cuò)Failed to compile??sos

import?React?from?'react'

class?CommentBox?extends?React.Component{

????constructor(props){

????????super(props)

????????this.state={

????????????value:''

????????}

????????this.handleChange=this.handleChange.bind(this)

????????this.handleSubmit=this.handleSubmit.bind(this)

????}

????handleChange(event){

???????this.setState({

???????????value:?event.target.value

???????})

????}

????handleSubmit(event){

????????this.setState({

????????????alert(this.state.value)

????????????event.preventDefault()

????????})

????}

????render(){

????????return(

????????????<form?className="p-5"?onSubmit={this.handleSubmit}>

????????????????<div?className="form-group">

????????????????????<label>留言內(nèi)容</label>

????????????????????<input?type="text"??className="form-control"?placeholder="請(qǐng)輸入內(nèi)容"?value={this.state.value}?onChange={this.handleChange}/>

????????????????</div>

????????????????<button?type="submit"?className="btn?btn-primary">留言</button>

????????????</form>

????????)

????}

}

export?default?CommentBox


報(bào)錯(cuò):

Failed to compile

./src/components/CommentBox.js
?Line 18: ?Parsing error: Unexpected keyword 'this'

?16 | ?? ?handleSubmit(event){
?17 | ?? ? ? ?this.setState({
> 18 | ?? ? ? ? ? ?alert(this.state.value)
?? ?| ?? ? ? ? ? ? ? ? ?^
?19 | ?? ? ? ? ? ?event.preventDefault()
?20 | ?? ? ? ?})
?21 | ?? ?}


正在回答

3 回答

寫的有問(wèn)題,

 ? ? ? ? ?handleSubmit(event){
?? ? ? ? ? ?alert(this.state.value)?? ? ?
?? ? ? ? ? ?event.preventDefault()
? ? ? ? ? }



1 回復(fù) 有任何疑惑可以回復(fù)我~

http://img1.sycdn.imooc.com//5e33e4ab0001b6c304910230.jpg

這個(gè)地方不應(yīng)該用這個(gè)

0 回復(fù) 有任何疑惑可以回復(fù)我~

http://img1.sycdn.imooc.com//5d9c318f0001e20303970164.jpg去掉setstate

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為什么報(bào)錯(cuò)Failed to compile??sos

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)