会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ybx-tih
Yesterday is history, tomorrow is a mystery, but today is a gift, that is why it is called present!
博客园
首页
新随笔
联系
订阅
管理
2024年3月2日
python知识点
摘要: 魔术方法 魔术方法有init,str,lt,le,eq等等,其中__init__是构造方法,不再阐述 __str__ 下面直接打印stu和str(stu)都会输出内存地址 class Student: def __init__(self, name, age): self.name = name s
阅读全文
posted @ 2024-03-02 15:16 ybx_tih
阅读(6)
评论(0)
推荐(0)
编辑
公告