```go fv, _ := form.NewEncoder().Encode(map[string]string{"a": "b"}) fmt.Printf(`the str="%s"`+"\n", fv.Encode()) ``` ``` the str="%5Ba%5D=b" ``` i will httpPost(xxx, encodeIt(x))