- UID
- 388694
- 主题
- 注册时间
- 2014-3-3
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 19 天 [LV.4]偶尔看看III
|
发表于 2014-3-4 18:43:55
|
显示全部楼层
貌似又可以用了。。我都不知道为什么。
这是我用的天气部分代码:
;----------需要修改以下参数-----------
;请在中国天气网查询所在城市的城市代码,并替换以下代码。
;如:http://www.weather.com.cn/html/weather/101241001.shtml
;101040100 即为代码!
;中国天气网 http://www.weather.com.cn
CODE=101241001
;----------需要修改以上参数-----------
;-----------------WeatherRSS---------------------
[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=http://m.weather.com.cn/data/101241001.html
RegExp="{"weatherinfo":{"city":"(.*)","city_en":"(.*)","date_y":"(.*)","date":"(.*)","week":"(.*)","fchh":"(.*)","cityid":"(.*)","temp1":"(.*)℃~(.*)℃","temp2":"(.*)℃~(.*)℃","temp3":"(.*)℃~(.*)℃","temp4":"(.*)℃~(.*)℃","temp5":"(.*)℃~(.*)℃","tempF1":"(.*)℉~(.*)℉","tempF2":"(.*)℉~(.*)℉","tempF3":"(.*)℉~(.*)℉","tempF4":"(.*)℉~(.*)℉","tempF5":"(.*)℉~(.*)℉","weather1":"(.*)","weather2":"(.*)","weather3":"(.*)","weather4":"(.*)","weather5":"(.*)","img1":"(.*)","img2":"(.*)","img3":"(.*)","img4":"(.*)","img5":"(.*)","img6":"(.*)","img7":"(.*)","img8":"(.*)","img9":"(.*)","img10":"(.*)","img_single":"(.*)","img_title1":"(.*)","img_title2":"(.*)","img_title3":"(.*)","img_title4":"(.*)","img_title5":"(.*)","img_title6":"(.*)","img_title7":"(.*)","img_title8":"(.*)","img_title9":"(.*)","img_title10":"(.*)","img_title_single":"(.*)","wind1":"(.*)","wind2":"(.*)","wind3":"(.*)","wind4":"(.*)","wind5":"(.*)","fl1":"(.*)","fl2":"(.*)","fl3":"(.*)","fl4":"(.*)","fl5":"(.*)","index":"(.*)","index_d":"(.*)","index48":"(.*)","index48_d":"(.*)","index_uv":"(.*)","index48_uv":"(.*)","index_xc":"(.*)","index_tr":"(.*)","index_co":"(.*)","st1":"(.*)","st2":"(.*)","st3":"(.*)","st4":"(.*)","st5":"(.*)","st6":"(.*)"}}"
StringIndex=1
|
|