异常:java.lang.NullPointerException

解决方案:

  1. try{  
  2.    hotelImageList = ihotelImgManager.query(hiqc);  
  3.   }catch(Exception e){  
  4.    System.out.println("无数据");  
  5.   }  

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2022-01-02
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
猜你喜欢
  • 2021-03-29
  • 2021-09-01
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
相关资源
相似解决方案