Webservice------第一個入門程序

public interface IWeatherDao { public String weather(String cityName); }   import javax.jws.WebService; @WebService public class WeatherImpl implements IWeatherDao { @Override public Str
相關文章
相關標籤/搜索