Go/異常處理

# error接口數組 # panic()函數函數 # recover()函數code # defer 延遲調用,退出函數前調用接口 package main import ( "errors" "fmt" ) //通常錯誤 error接口 func testErr(a int) (c int, err error){ if(a == 0){ err = errors.New("er
相關文章
相關標籤/搜索