会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cknds
博客园
首页
新随笔
联系
管理
订阅
文章分类 -
Python
python类静态变量
摘要:class Test: stc_attr = 1 def __init__(self,attr1,attr2): self.attr1 = attr1 self.attr2 = attr2 在类Test中,stc_attr是属于类Test的静态变量,attr1和attr2是属于对象的变量。并且通过类
阅读全文
posted @
2020-08-14 14:52
cknds
阅读(22)
评论(0)
推荐(0)
公告