我正在做一个天气预报应用程序。所以我要获得雅虎服务API。以下代码是
<yweather:forecast day="Thu" date="20 Dec 2012" low="70" high="89" text="Partly Cloudy" code="30"/>
<yweather:forecast day="Fri" date="21 Dec 2012" low="71" high="90" text="Partly Cloudy" code="30"/>
我需要在两个不同的数组中获取这两个标签属性值...
第一个是一个数组,第二个是另一个数组
我该怎么做才能帮助我提前谢谢