func main@H_404_53@(){ f1() f2 f3()}func f1 fmt.Println("f1")func f2 defer func { if err:=recover();err!=nil"catch the exception")}() panic"wa ha ha ha ha ~~~"func f3"f3"}
输出:
f1
catch the exception
f3