1. 首页
  2. 编程语言
  3. Java
  4. webservice调用天气预报已打包成jar文件

webservice调用天气预报已打包成jar文件

上传者: 2019-07-29 17:52:53上传 RAR文件 1.73MB 热度 34次
packagewebser1;importcn.com.WebXml.WeatherUtil;publicclass_main{publicstaticvoidmain(String[]args){WeatherUtilw=newWeatherUtil();for(Stringtemp:w.getWeather("西安")){System.out.println(temp);}}}
下载地址
用户评论