运行 ❯
获取你的
自己的
网站
×
更改方向
更改主题,暗/亮
转至 Spaces
package main import ("fmt") func main() { const A = 1 A = 2 fmt.Println(A) }
./prog.go:8:7: 无法赋值给 A