我从教程中使用React.js创建了一个天气应用程序,现在我陷入了困境,无法解决此错误“。/src / App.js第7行:“ APIKEY”被分配了一个值,但从未使用了no-unused-vars”。。如何解决此错误?
下面是我的代码:
import React from 'react';
import './App.css';
import Titles from './components/titles';
import Form from './components/form';
import Weather from './components/weather';
const APIKEY = "0bfdbb5c40aa44b13478951b236a0625";
class WeatherApp extends React.Component {
getWeather = async (e) => {
e.preventDefault();
const api_call= await fetch('http://api.openweathermap.org/data/2.5/forecast?id=524901&APPID={APIKEY}');
const response = await api_call.json();
console.log(response);
}
render() {
return (
<div>
<Titles/>
<Form loadWeather={this.getWeather} />
<Weather/>
</div>
)
}
}
export default WeatherApp;
答案 0 :(得分:0)
您可以使用模板文字。 所以:
public class KrepselisClass
{
public static List<KrepselisClass> KrepselisList = new List<KrepselisClass>();
}
带有backtites和$符号。