为什么我执行之后没有weatherList那行
报错显示没有找到那个类,说明你没有引用到它或者引用错了,检查一下最上面的import有没有
import com.imooc.weather.impl.WeatherUtilsImpl;
这句话
还有前几集里说过的先把jar报放到lib文件夹里,然后点击file->Project Structre...->Libraries->加号把那个jar包给引用进去