我正在使用雅虎!Weather API 检索一些值。这是请求:
如何从以下获取属性和值:
<yweather:astronomy sunrise="6:20 am" sunset="4:52 pm"/>
<yweather:condition text="Partly Cloudy" code="29" temp="14" date="Fri, 09 Nov 2012 1:47 am PST"/>
我想打印类似的东西:
Sunrise: 6.20 am
Sunset: 4.52 pm