使用ES6的時(shí)候,用class創(chuàng)建組件蜂科,class中的方法并不會(huì)自動(dòng)把this綁定到示例中募强,針對(duì)以上,有以下幾種方法來(lái)進(jìn)行綁定
1:使用.bind(this)
2:使用箭頭函數(shù) =>
3:將綁定方法寫(xiě)到constructor中
使用ES6的時(shí)候,用class創(chuàng)建組件蜂科,class中的方法并不會(huì)自動(dòng)把this綁定到示例中募强,針對(duì)以上,有以下幾種方法來(lái)進(jìn)行綁定
1:使用.bind(this)
2:使用箭頭函數(shù) =>
3:將綁定方法寫(xiě)到constructor中