result = db.collection.find_one(xxxx)if result: 更新數(shù)據(jù)else: 插入數(shù)據(jù)但是,這種方法效率太低了,不知道有沒有更好的方法? 查看完整描述