mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 02:35:53 +08:00
Update 12.4.md (#661)
This commit is contained in:
@@ -27,7 +27,7 @@ func main() {
|
||||
|
||||
我们在 IDE 或编辑器中直接运行这个程序输出:`Good Morning Alice`
|
||||
|
||||
我们在命令行运行 `os_args or ./os_args` 会得到同样的结果。
|
||||
我们在命令行运行 `os_args` 或 `./os_args` 会得到同样的结果。
|
||||
|
||||
但是我们在命令行加入参数,像这样:`os_args John Bill Marc Luke`,将得到这样的输出:`Good Morning Alice John Bill Marc Luke`
|
||||
|
||||
|
Reference in New Issue
Block a user