摘要: 1、最基础的类使用方法 #!/usr/bin/python# -*- coding: utf-8 -*-class People(object): #身高、体重、变强 def __init__(self): self.weigth = 0 self.length = 0 def add_height 阅读全文
posted @ 2021-04-23 13:30 wang_wei123 阅读(3959) 评论(0) 推荐(0) 编辑