会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Little_Village
Today you did things people won't do,tomorrow you will do things people can't do.
博客园
首页
新随笔
联系
订阅
管理
2020年11月9日
python类属性和对象属性、类的普通方法和静态方法
摘要: 类属性和对象属性的定义 class LearnClass(): #类属性 cls_attr = None def __init__(self,arg): #对象属性 self.obj_attr = arg object = LearnClass("test") 特性:对象的属性不能通过类来访问,类的
阅读全文
posted @ 2020-11-09 23:15 Little_Village
阅读(218)
评论(0)
推荐(0)
编辑
公告