博客
组报
分类
标签
归档
友链
关于
暗黑模式
更多
博客
组报
分类
标签
归档
友链
关于
暗黑模式
更多
浩岚のblog
主页
标签
博客
链接
python面向对象01
12345678910class Dog: def __init__(self,name,height,power): # 1.魔方方法与普通方法的区别在于触发 # 2.self就是一个代词,因为还没有被实例化,所以用这个代词 self.name=name self.height=height self.power=power ...
2023-11-16
学习笔记
学习笔记
Read More
Hello World
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...
2023-11-13
Read More
Previous
2 / 2