柔弱钢铁侠

文章
8
资源
0
加入时间
2年10月21天

python面向对象学习--1

面向对象编程的三大特性:封装性,继承性,多态性python创建类的标准格式:class Animal: num=0 #类变量 def __init__(self,aname,acolor): #构造方法 self.name=aname #成员变量 self.color=acolor def show(self): print("名字:{},颜色:{},数量:{}".format(self.name,self

DOS下对注册表的编程的方法

在DOS方式下也能对注册表进行编程?是的。当您的Windows95 98因注册表问题而无法启动到图形界面时,您此时只有在