golang 類型檢測方法

package main import ( "fmt" "reflect" ) func main() { fmt.Println(typeChck("xiaochuan", "string")) fmt.Println(typeChck(123, "int")) fmt.Println(typeChck(12.3, "int")) } //類型檢測 要檢測的變量 指望變量類型
相關文章
相關標籤/搜索