Fork me on GitHub
摘要: 概述 封装 1 # 2 # @author:浊浪 3 # @version:0.1 4 # @time: 2021/4/16 9:13 5 # 6 7 class Student: 8 def __init__(self, name, age): 9 self.name = name 10 self 阅读全文
posted @ 2021-04-16 10:53 走位,走位 阅读(51) 评论(0) 推荐(0)