标签: react-native axios
有一个简单的问题。我有一个应用程序,我从api获取数据。但是在api标题中,有一些有趣的符号。我该如何改变?我猜是' 单引号问题。
image is here
axios.get(`https://www.website.com/api/home`) .then(response => this.setState({ data: response.data }));