会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
思悟志
首页
新随笔
联系
管理
2020年7月28日
python之中特性(attribute)与属性(property)有什么区别?
摘要: 属性(property)是一种特殊的特性(attribute)。 如下,我们定义了一个圆圈类(circle),圆圈嘛,自然就有直径(diameter)和半径(radius),我们可以设置他们为特性(attribute)。 class Circle(object): def __init__(self
阅读全文
posted @ 2020-07-28 04:20 Sincere_Ye
阅读(1941)
评论(0)
推荐(0)
编辑
公告