story = list(handler.find().sort('count', 1).limit(1))[0] _id = story['_id'] handler.update_one({'_id': _id}, {'$inc': {'count': 1}}) ...
確定! 回上一頁