в .py файлах: from bson.objectid import ObjectId ...... kvdict['_id'] = str(ObjectId()) ...... mongoCollection.insert(kvdict) все в порядке!
確定! 回上一頁