摘要: 考察 Student 类: class Student(object): def __init__(self, name, score): self.name = name self.score = score 当我们想要修改一个 Student 的 scroe 属性时,可以这么写: s = Stu 阅读全文
posted @ 2019-11-19 17:14 Kerry_Yuan 阅读(146) 评论(0) 推荐(0) 编辑