Welcome!!!

F

伞兵一号,申请出战

摘要: 面向对象编程(二) 动态方法与静态方法 # 动态方法(有两种,绑定给对象的方法和绑定给类的方法) 1.绑定给对象的方法 # # 1.绑定给对象的方法 # class Student: # def chiose_class(self): # print(self) # Student.chiose_c 阅读全文
posted @ 2022-04-07 18:54 程序猿伞兵一号 阅读(36) 评论(0) 推荐(0)