Python 操作GridFS import pymongo from pymongo import MongoClient from gridfs import GridFS class GFS(object): def __in … 继续阅读 Python 操作GridFS