- UID
- 446725
- 主题
- 注册时间
- 2016-3-11
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 11 天 [LV.3]偶尔看看II
|
发表于 2016-4-11 18:09:38
|
显示全部楼层
天气插件的网址是什么啊?为甚么我的没用
[Variables]
URL=http://weather.51wnl.com/weatherinfo/GetMoreWeather?cityCode=101210901&weatherType
URL1=http://www.weather.com.cn/weather1d/101210901.shtml
Font=黑体
Farbe=255,255,255,255
;================================================================
[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1500
Url=http://weather.51wnl.com/weatherinfo/GetMoreWeather?cityCode=101210901&weatherType=0
;共有50个参数,10:temp3 20:image5 30:image_title6 40:fl3
RegExp="{"weatherinfo":{"city":"(.*)","city_en":"(.*)","date_y":"(.*)","date":"(.*)","week":"(.*)","fchh":"(.*)","cityid":"(.*)","temp1":"(.*)","temp2":"(.*)","temp3":"(.*)","temp4":"(.*)","weather1":"(.*)","weather2":"(.*)","weather3":"(.*)","weather4":"(.*)","img1":"(.*)","img2":"(.*)","img3":"(.*)","img4":"(.*)","img5":"(.*)","img6":"(.*)","img7":"(.*)","img8":"(.*)","img_single":"(.*)","img_title1":"(.*)","img_title2":"(.*)","img_title3":"(.*)","img_title4":"(.*)","img_title5":"(.*)","img_title6":"(.*)","img_title7":"(.*)","img_title8":"(.*)","img_title_single":"(.*)","wind1":"(.*)","wind2":"(.*)","wind3":"(.*)","wind4":"(.*)","fl1":"(.*)","fl2":"(.*)","fl3":"(.*)","fl4":"(.*)","index":"(.*)","index_d":"(.*)","index48":"(.*)","index48_d":"(.*)","index_uv":"(.*)","index48_uv":"(.*)","index_xc":"(.*)","index_tr":"(.*)","index_co":"(.*)"}}"
StringIndex=1
;Debug=1 |
|