标签:host item 遍历 pre find client python 读取 安阳
# -*- coding: UTF-8 -*- import pymongo # 连接数据库 client = pymongo.MongoClient(‘localhost‘,27017) db=client[‘qunar‘] collection=db[‘departures‘] # 读取数据 data = collection.find() for item in data: print(item[‘departure‘])
澳门
阿坝州
阿克苏地区
阿拉尔
阿拉善盟
阿勒泰
阿里
安康
安庆
鞍山
安顺
安阳
北京
白城
百色
白沙
白山
标签:host item 遍历 pre find client python 读取 安阳
原文地址:https://www.cnblogs.com/cdou/p/14428364.html