python 打印调用栈时间:2023-03-09 20:48:31 import traceback def BBQ(): traceback.print_stack() 引入 traceback 包,在某个函数中执行 traceback.print_stack()。