我正在使用 jquery 来解析 yahoo 天气 api xml 响应。
我的 XML 响应在这里: http: //pastie.org/4695569
在第 41 和 42 行有两个标签名称yweather:forecast
,
我解析 XML 的代码在这里http://pastie.org/4695573
我能够yweather:forecast
使用解析标签forecast_today_day:$(v).find("forecast").attr("day")
我的问题是:如何使用循环获得两个不同的值?