golang 常量和變量

常量使用關鍵字 const 定義,用於存儲不會改變的數據。git 常量的定義格式:github const identifier [type] = valuegolang 例如web const name = "ok" 隱式類型定義 const name1 string= "ok" 顯式類型定義 fmt.Println(name) fmt.Println(name1) 變量ide 聲明變
相關文章
相關標籤/搜索