@@ -13,7 +13,7 @@ def main():
# 抓取机场三字码等信息
pattern = re.compile(r'-*\d+\.\d+')
result = []
- n = 2
+ n = 290
for i in range(1, n):
page = i
try: