使用panic 會直接造成系統崩潰、服務中斷,就像是Java/C# 中的 throw exception ,如下: func main() { panic("crash") fmt.Println("hello,world") }.
確定! 回上一頁