主页
Go
Go 常量
demo_variable_constants
运行 ❯
×
更改方向
保存代码
更改主题
package main import ("fmt") const PI = 3.14 func main() { fmt.Println(PI) }
3.14