import ( "fmt"; "net/http"; "io" ) func hi(w http.ResponseWriter, req *http.Request) { defer req.Body.Close() b, _ := io.ReadAll(req.Body) fmt.
確定! 回上一頁