http.HandleFunc("/", func (w http.ResponseWriter, r *http.Request) { w.Write([]byte("foobar")) w.WriteHeader(http.StatusBadRequest) }).
確定! 回上一頁