-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpm2.5.com
More file actions
43 lines (32 loc) · 983 Bytes
/
pm2.5.com
File metadata and controls
43 lines (32 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
1、城市pm主页
http://m.pm25.com/wap/city/beijing.html
2、渲染页面的css
http://m.pm25.com/source/template/default/wap/css/wap.css
3、首页顶部的图片
http://m.pm25.com/source/template/default/wap/images/level6/6.jpg
4、网站页面版
http://www.pm25.com/
//实时
http://www.pm25.com/city/suzhou.html
//中美标准差异
http://www.pm25.com/news/96.html
//地图
http://m.pm25.com/map.html
//排行
http://www.pm25.com/rank.html
//单日、7日、30日
http://www.pm25.com/rank/1day.html
//24小时吸入
http://www.pm25.com/news/94.html
5、特殊人群防护
老、弱、病、孕
其他UI
天气图标、温度、分享、吸入计算、致癌风险
预防、饮食、运动的建议
//aqicn.org
//获取城市
https://api.waqi.info/mapq/nearest
//根据城市获取aqi的html
/city/{cityName}/{language}/m/
//搜索监测站
"https://wind.waqi.info/nsearch/station/{name}"