react native fun() fun=()=>的區別

單獨的時候這兩個都沒有問題,就是若是在react native 中運行的時候,第一個會沒法訪問this.state.mycount變量,緣由是函數須要bind的,若是沒有這樣,那麼須要使用fun=()=>這個函數,若是bind了,就沒有問題react onPress={() => this._onPress(rowData)}>這個就是沒有用到this._onPress.bind(this),而是
相關文章
相關標籤/搜索