React Native中的=>是什么运算?
最近刚开始学React-Native,按照这个教程做例子http://www.raywenderlich.com/99473/introducing-react-nati...
最近刚开始学React-Native,按照这个教程做例子http://www.raywenderlich.com/99473/introducing-react-native-building-apps-javascript
对其中的=>不明白是什么意思?是React的语法吗?
fetch(query)
.then(response=>response.json())
.then(json=>this._handleResponse(json.response))
.catch(error=>this.setState({
isLoading: false,
message: 'Something bad happended' + error
})
);
谢谢
求解惑 展开
对其中的=>不明白是什么意思?是React的语法吗?
fetch(query)
.then(response=>response.json())
.then(json=>this._handleResponse(json.response))
.catch(error=>this.setState({
isLoading: false,
message: 'Something bad happended' + error
})
);
谢谢
求解惑 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询