我想从雅虎的天气 API 中获取温度值。我找到了一个教程,但在教程中他得到了不同的价值。有人可以帮我修改教程,让它可以从雅虎的天气 RSS 提要中获取温度值吗?
<yweather:condition text="Partly Cloudy" code="30" temp="3"
date="Mon, 09 Apr 2012 3:48 pm EEST" />
RSS 提要:http ://weather.yahooapis.com/forecastrss?w=566473&u=c
我遵循的教程: http: //css-tricks.com/using-weather-data-to-change-your-websites-apperance-through-php-and-css/
如果有人有更好的解决方案来获得价值,请不要犹豫,说出来。:)