go run. 要撰寫第一個Hello, World 程式,你可以建立一個main.go,在當中撰寫以下的內容: package main import "fmt" func main() { fmt.Println("Hello, World") fmt ...
確定! 回上一頁