The client must close the response body when finished with it: resp, err := http.Get("http://example.com/") if err != nil { // handle error } ...
確定! 回上一頁