問題:
從http://golang 執行範例程式碼時. org/pkg/net/http/#example_Get 在Go Playground 中,遇到以下錯誤:
2009/11/10 23:00:00 Get http://www.google.com/robots.txt: dial tcp: Protocol not available
原因:
Go Playground 沒有允許HTTP 請求。實施此安全預防措施是為了防止惡意程式碼在操場上執行。與程式碼本身無關。
以上是為什麼我在 Go Playground 中發出 HTTP 請求時收到「協定不可用」錯誤?的詳細內容。更多資訊請關注PHP中文網其他相關文章!