如果给我一个用户名列表,并且我想更新一个特定的字段,我该如何做呢?for name in username: db.users.update({'name': username}, {'$set': {"status" :"funny"}})对所有用户名进行单行更新?谢谢 查看完整描述