我一直在四处寻找,但为此苦苦挣扎,我试图从雅虎天气 xml 中获取 5 天的预报,我试图选择以下数据:
/description>
yweather:forecast day="Thu" date="27 Jun 2013" low="51" high="60" text="Partly Cloudy" code="29"/>
yweather:forecast day="Fri" date="28 Jun 2013" low="45" high="59" text="Rain" code="12"/>
yweather:forecast day="Sat" date="29 Jun 2013" low="52" high="58" text="Mostly Cloudy" code="28"/>
yweather:forecast day="Sun" date="30 Jun 2013" low="49" high="62" text="PM Showers" code="39"/>
yweather:forecast day="Mon" date="1 Jul 2013" low="48" high="61" text="Partly Cloudy" code="30"/>
我可以从第一行获取数据,yweather:forecast day="thu" date="27 jun 2013 ..........
但我不知道如何从其他任何行获取数据,day="fri", sat, sun
任何帮助深表感谢
干杯