摘要: ```python class Tools(object): @classmethod def _exec_path(self,dir): if dir: return os.path.dirname(sys._getframe(1).f_code.co_filename) else: return ... 阅读全文
posted @ 2018-06-19 00:16 白守敬 阅读(118) 评论(0) 推荐(0) 编辑