摘要: 原文出处:python 获取当前运行的 class 和 方法的名字 # coding=utf-8 import sys class Hello(): def hello(self): print('the name of method is ## {} ##'.format(sys._getfram 阅读全文
posted @ 2020-07-08 16:23 wangju003 阅读(1559) 评论(0) 推荐(0)