问题描述
- React Native中的=>是什么运算?
- 最近刚开始学React-Native,按照这个教程做例子http://www.raywenderlich.com/99473/introducing-react-native-building-apps-javascript
对其中的=>不明白是什么意思?是React的语法吗?但是看了React也没找到这个fetch(query) .then(response=>response.json()) .then(json=>this._handleResponse(json.response)) .catch(error=>this.setState({ isLoading: false message: 'Something bad happended' + error }));
谢谢
解决方案
这个好像是拉姆达表达式
你可以在网上搜索拉姆达表达式
时间: 2025-01-18 19:12:24