如何使用此處找到的標準庫類型值https://golang.org/pkg/net/url/#Values我嘗試導入 net/url 并使用值,但是當我保存它時 go fmt 會自動刪除它。func test(url string) (string, Values) { } 查看完整描述