访问属性时报错:AttributeError: ‘Admin’ object has no attribute ‘show_privilege’
class User:
"""创建一个与用户相关的类"""
def __in
2020-07-12