会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
super-sos
博客园
首页
新随笔
管理
2017年3月5日
python笔记-7(面向对象、类、面向对象进阶、异常处理、断言、反射、网络(套接字)编程、)
摘要: 1 class A: 2 camp = "A" 3 def __init__(self,name,gongji,shengming): 4 self.name = name 5 self.gongji = gongji 6 self.shengming = shengming 7 def attac
阅读全文
posted @ 2017-03-05 11:55 super-sos
阅读(186)
评论(0)
推荐(0)
编辑