# command-line-arguments \函数.go:11:6: undefined: fmt.println
fmt.println(a,b)
println要大写
fmt.Println(a,b)