python反射与@property
class Teacher: dic = {"查看学生信息": '', '查看讲师信息': ''} def show_student(self): print('show_student') d...
Python
2018-11-17
988
0