Page Actions
Wiki Actions
User Actions
Submit This Story

BBC天气预报

BBC提供面向全球的天气预报服务,访问这里,选择你的城市,比如上海。就会有详细的天气信息。
BBC还提供了网页嵌入Widget和RSS Feed服务。具体如下:

Widget

这其实是一个iFrame,上海的代码如下:

<div style="float:center">
<iframe src="http://news.bbc.co.uk/weather/forecast/1713/Next3DaysEmbed.xhtml?target=_parent" allowTransparency="true" width="306" height="435" frameborder="0">You must have a browser that supports iframes to view the BBC weather forecast</iframe>
</div>

不同的城市,有不同的代号在里面。

RSS

上海的RSS地址:http://newsrss.bbc.co.uk/weather/forecast/1713/Next3DaysRSS.xml.
在配备gnu coreutils的系统里面,可以用命令行解析feed内容:

wget -q -O - http://newsrss.bbc.co.uk/weather/forecast/1713/Next3DaysRSS.xml | grep title | sed -e "s/<[^>]*>//g" -e "s/&#xB0;//g" | egrep "^[A-Z]"

Windows用户可以试试GetGnuWin32

细心的也许发现了,BBC的预报和中央气象台的差别很大…

Linkbacks

[...] BBC天气预报 [ÚCARENYA] [...]
 

Discussion

Enter your comment
 
 
blog/2010/05/bbc_weather.txt · Last modified: 2010/05/08 19:15 by MeaCulpa     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki