package main import ( "fmt" "log" "net/http" ) func hello(w http.ResponseWriter, r *http.Request) { if r.URL.Path != "/" { http.Error(w, "404 not found.
確定! 回上一頁