问答详情
源自:5-2 实现24小时天气预报查询功能

为什么我执行之后没有weatherList那行

http://img3.mukewang.com/60ea94260001ee4709480883.jpg

为什么我执行之后没有weatherList那行


提问者:慕仙3044965 2021-07-11 14:49

个回答

  • Dark_Pony
    2021-12-25 15:45:21

    报错显示没有找到那个类,说明你没有引用到它或者引用错了,检查一下最上面的import有没有

    import com.imooc.weather.impl.WeatherUtilsImpl;

    这句话


    还有前几集里说过的先把jar报放到lib文件夹里,然后点击file->Project Structre...->Libraries->加号把那个jar包给引用进去