摘要: import requests import bs4 url="https://ditu.amap.com/service/regeo?longitude=114.538985&latitude=38.047186" params = { "longitude": "114.538985", "la 阅读全文
posted @ 2023-07-19 23:50 子过杨梅 阅读(48) 评论(0) 推荐(0)
摘要: import requests import re import bs4 import pandas as pd import csv a = [] url = "http://www.tianqihoubao.com/lishi/shijiazhuang/month/202004.html" r 阅读全文
posted @ 2023-07-19 23:49 子过杨梅 阅读(31) 评论(0) 推荐(0)