是否有一种简单直接的方法可以通过在字典中知道值来找到对应的键?
我所能想到的只有这种方法:
key = [key for key, value in dict_obj.items() if value == 'value'][0]
用户名或邮箱地址
密码