import json import requests url='https://api.inews.qq.com/newsqa/v1/query/inner/publish/modules/list?modules=localCityNCOVDataList,diseaseh5Shelf' headers={ "User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0" } wood=requests.post(url=url,headers=headers,data={}) print(wood.json()) with open("wa.json","w",encoding="utf-8") as f: json.dump(wood.json(),fp=f)
商业智能BI产品更多介绍: