会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
林深时见鹿
博客园
首页
新随笔
联系
订阅
管理
2019年6月20日
Python 类中__init__()方法中的形参与如何修改类中属性的值
摘要: 一、__init__()方法 如果__init__()方法为 class Cat(): def __init__(self,num) : self.num=num Python中类的__init__()方法中形参:self。当Python通过__init__()方法创建实例时,将自动传入一个实参se
阅读全文
posted @ 2019-06-20 22:08 林深时见鹿
阅读(4532)
评论(0)
推荐(1)
编辑
公告