摘要: 1.python中的类与对象 举例: 1 >>>class MyFirstTestClass: 2 3 class Spec="it is a test class" 4 5 def__init__(self,word): 6 7 print"say "+word 8 9 def hello(sel 阅读全文
posted @ 2016-07-23 17:11 luffyitach 阅读(428) 评论(0) 推荐(0) 编辑