02 2018 档案

摘要:反射 4个内置函数分别为:getattr、hasattr、setattr、delattr 获取成员、检查成员、设置成员、删除成员 阅读全文
posted @ 2018-02-28 17:58 林夕之风 阅读(157) 评论(0) 推荐(0) 编辑
摘要:class Bar(object): #class 为类,一个类就是一个封装了数据以及操作这些数据的代码的逻辑实体 def foo(self,age): #def为方法 print ('hello,%s,my age is %s' %(self.name,age)) def hel(self,age 阅读全文
posted @ 2018-02-07 15:15 林夕之风 阅读(178) 评论(0) 推荐(0) 编辑
摘要:可参考官网https://github.com/python/cpython/blob/3.6/Lib/xml/etree/ElementTree.py XML包括tag,attrib,text 遍历查看 修改配置(属性修改,新增也可以用set) 新增标签 删除配置 缩进创建可参考https://w 阅读全文
posted @ 2018-02-05 17:48 林夕之风 阅读(310) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示