HTTP 協定在Go Playground 中不可用 執行http://golang.org/pkg/net/http 中提供的範例時/#example_Get,出現錯誤: 2009/11/10 23:00:00 Get http://www.google.com/robots.txt: dial tcp: Protocol not available登入後複製與其他平台不同,Go Playground 不支援HTTP 要求作為安全措施。實施此限制是為了防止不安全的連線和潛在的惡意活動。 因此,無法解決 Go Playground 本身內的錯誤。要使用 net/http 套件執行 HTTP 請求,您需要建立一個單獨的獨立程式或使用替代環境。