import inspect def first(): second() def second(): for info in inspect.stack(): #print(info) #FrameInfo( # frame=<frame at 0x1c18b18, file 'stack_trace.py', ...
確定! 回上一頁