主页
Go
Go 输出函数
demo_output7
运行 ❯
×
更改方向
保存代码
更改主题
package main import ("fmt") func main() { var i, j = 10, 20 fmt.Print(i,j) }
10 20