ding
The HttpRequest has a member variable (map[string][]stringForm) and a method (ParseForm),
When you call this method, the request’shead and body is parsed and the value pairs
In either the url or the request’s body aregot out and inserted into HttpRequest’s Form.
You can call the FormValue method to getthose value pairs.