커맨드라인 인자를 실험하려면 우선 go build 로 바이너리를 빌드하는 것이 가장 좋습니다. $ go build command-line-arguments.go $ ./command-line-arguments a b c d ...
確定! 回上一頁