#define WEATHER_SERVICE_URL @"http://webservice.webxml.com.cn/WebServices/WeatherWebService.asmx/getWeatherbyCityName?theCityName=[城市名称]"

    使用的时候将 [城市名称] 替换成相应的城市名即可。例如:广州(千万不要在后面加"市"),然后进行url编码(因为参数含有中文),网络请求数据,收到的是xml数据