摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # Author:woshinidaye #OOP:object-oriented programming ''' class People(object): #新式写法 #class People: #经典写 阅读全文
posted @ 2021-12-27 16:31 woshinidaye 阅读(59) 评论(0) 推荐(0)