摘要: #!/usr/bin/python #coding:utf-8 #print 'Hello world' __metaclass__ = type #class Fids: # def __init__(self): # self.a = 0 # self.b = 1 # # def next(se 阅读全文