Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

12345678910class Dog: def __init__(self,name,height,power): # 1.魔方方法与普通方法的区别在于触发 # 2.self就是一个代词,因为还没有被实例化,所以用这个代词 self.name=name self.height=height self.power=power ...

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Qu...