例如,a.boo方法调用b.foo方法.在b.foo方法中,我如何获取文件名(我不想传递__file__给b.foo方法)...
a.boo
b.foo
__file__
python
python ×1