環境 centos stream 8
go version go1.17.2 linux/amd64
func Handler(w http.ResponseWriter, r *http.Request) {
fmt.Println("type=",r.PostFormValue("type"));
}
環境 centos stream 8
go version go1.17.2 linux/amd64
func Handler(w http.ResponseWriter, r *http.Request) {
fmt.Println("type=",r.PostFormValue("type"));
}