摘要: 1、python 和java 继承的区别 class Person(): def __init__(): print("person") class Student(): def __init__(): print("Student") a=Student(): # 当实例化Student这个类的时 阅读全文
posted @ 2022-09-17 00:03 mk-备忘 阅读(35) 评论(0) 推荐(0)