-
Notifications
You must be signed in to change notification settings - Fork 0
/
p.html
130 lines (130 loc) · 2.85 KB
/
p.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
'provinceName': '山东省',
'provinceShortName': '山东',
'confirmedCount': 379,
'suspectedCount': 0,
'curedCount': 31,
'deadCount': 0,
'comment': '',
'locationId': 370000,
'cities': [{
'cityName': '青岛',
'confirmedCount': 43,
'suspectedCount': 0,
'curedCount': 4,
'deadCount': 0,
'locationId': 370200
},
{
'cityName': '济南',
'confirmedCount': 39,
'suspectedCount': 0,
'curedCount': 3,
'deadCount': 0,
'locationId': 370100
},
{
'cityName': '临沂',
'confirmedCount': 35,
'suspectedCount': 0,
'curedCount': 3,
'deadCount': 0,
'locationId': 371300
},
{
'cityName': '济宁',
'confirmedCount': 35,
'suspectedCount': 0,
'curedCount': 4,
'deadCount': 0,
'locationId': 370800
},
{
'cityName': '烟台',
'confirmedCount': 31,
'suspectedCount': 0,
'curedCount': 2,
'deadCount': 0,
'locationId': 370600
},
{
'cityName': '威海',
'confirmedCount': 30,
'suspectedCount': 0,
'curedCount': 5,
'deadCount': 0,
'locationId': 371000
},
{
'cityName': '潍坊',
'confirmedCount': 27,
'suspectedCount': 0,
'curedCount': 0,
'deadCount': 0,
'locationId': 370700
},
{
'cityName': '德州',
'confirmedCount': 27,
'suspectedCount': 0,
'curedCount': 2,
'deadCount': 0,
'locationId': 371400
},
{
'cityName': '聊城',
'confirmedCount': 20,
'suspectedCount': 0,
'curedCount': 0,
'deadCount': 0,
'locationId': 371500
},
{
'cityName': '泰安',
'confirmedCount': 20,
'suspectedCount': 0,
'curedCount': 1,
'deadCount': 0,
'locationId': 370900
},
{
'cityName': '枣庄',
'confirmedCount': 19,
'suspectedCount': 0,
'curedCount': 0,
'deadCount': 0,
'locationId': 370400
},
{
'cityName': '淄博',
'confirmedCount': 15,
'suspectedCount': 0,
'curedCount': 0,
'deadCount': 0,
'locationId': 370300
},
{
'cityName': '日照',
'confirmedCount': 14,
'suspectedCount': 0,
'curedCount': 2,
'deadCount': 0,
'locationId': 371100
},
{
'cityName': '菏泽',
'confirmedCount': 13,
'suspectedCount': 0,
'curedCount': 2,
'deadCount': 0,
'locationId': 371700
},
{
'cityName': '滨州',
'confirmedCount': 11,
'suspectedCount': 0,
'curedCount': 3,
'deadCount': 0,
'locationId': 371600
}]
}