标签: go
import ( "runtime/debug" ) debug.PrintStack()
这可以按预期工作并在控制台上打印。
我想知道是否可以将堆栈跟踪作为字符串获取。目的是将其写入文件中。