摘要: # coding=utf-8 import sys class Hello(): def hello(self): print('the name of method is ## {} ##'.format(sys._getframe().f_code.co_name)) print('the name of class is ## {} ##'.fo... 阅读全文
posted @ 2018-01-26 15:18 RoyFans 阅读(17284) 评论(0) 推荐(0) 编辑