# Write_json = json.dumps(data) # open_Json.write(Write_json) # open_Json.close() defload_Mongo(Address, port, Process_data, Name): client = MongoClient(Address, port)#数据地址+端口号 db = client.portal#数据库 collection = db.typhoons#数据表 # collection.find({Name}) ret = collect...