我弄了个能够跑起来的版本,需要的同学可以看看,截至 2021-7-26
https://github.com/runningIris/weather-report/tree/main/src/com/ut/weather
https://github.com/runningIris/weather-report/tree/main/src/com/ut/weather
2021-07-26
最新回答 / 慕沐8789467
我已经 按老师的教程完成啦,你可以参考一下https://github.com/carrieguo/java-weather-forecast.git
2021-07-25
最新回答 / Dark_Pony
报错显示没有找到那个类,说明你没有引用到它或者引用错了,检查一下最上面的import有没有
import com.imooc.weather.impl.WeatherUtilsImpl;这句话还有前几集里说过的先把jar报放到lib文件夹里,然后点击file->Project Structre...->Libraries->加号把那个jar包给引用进去
2021-07-11