09 2014 档案
摘要:python 包,模块,类 self只有在类的方法中才会有,独立的函数或方法是不必带有self,非关键词 1 class Person: 2 def _init_(self,name): 3 self.name=name 4 def sayhello(self): 5 print 'My name
阅读全文
摘要:多实例 https://www.cnblogs.com/xiaochina/p/7420063.html add index https://www.cnblogs.com/shijianchuzhenzhi/p/6263897.html from w3cschool.com 1,modify th
阅读全文