go 語言基礎

1 基本數據類型 python: int(int, float, long, complex, 布爾值(0, 1)) bool(True, False) string list tuple dict set go: 布爾型(true, false) eg:var a bool = true 數字型(int, float32, float64, complex) 字符串型(utf-8編碼表示的uni
相關文章
相關標籤/搜索