会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
明灭二重奏
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2018年7月27日
python中类中的@property
摘要: @property考察 Student 类: class Student(object): def __init__(self, name, score): self.name = name self.score = score当我们想要修改一个 Student 的 scroe 属性时,可以这么写:
阅读全文
posted @ 2018-07-27 10:33 明灭二重奏
阅读(146)
评论(0)
推荐(0)