XmlDocument xmlWeather=XMLHelper.GoogleWeatherAPI_Parser(@"http://www.google.com/ig/api?weather=Guangzhou");
XmlNodeList GWP_NodeList = xmlWeather.SelectNodes("xml_api_reply/weather/forecast_conditions");//出现异常的语句
XMLHelper包含一个返回XmlDocument的方法,就是发出请求,然后返回一个XmlDocument不知道为什么,我调试的时候就出现了错误“未将对象引用设置到对象的实例”??请高手帮忙解答!感谢!