go - 內置基礎類型

Go 語言中包括如下內置基礎類型: 布爾型:bool 整型:int int64 int32 int16 int8 uint8(byte) uint16 uint32 uint64 uint 浮點型:float32 float64 複數型:complex64 complex128 字符串:string 字符型:rune 錯誤型:error 1. bool類型 關鍵字: bool 可定義爲: true
相關文章
相關標籤/搜索