只需一步,快速开始
周游历练
签到天数: 12 天
[LV.3]偶尔看看II
package basicuse import "fmt" const Pi = 3.14 //TestConstVariable 常量的使用 func TestConstVariable() { // 常量定义,不能使用`:=`语法 const World = "世界" fmt.Println("Hello", World) fmt.Println("Happy", Pi, "Day") const Truth = true fmt.Println("Go rules?", Truth) }
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
小黑屋|手机版|Archiver|粤公网安备 44010602010026号|飘云阁安全论坛 ( 粤ICP备15107817号-2 )|扫码赞助
Powered by Discuz! Copyright © 2001-2022, Tencent Cloud.