1、http.Handle("/static/",http.StripPrefix("/static/",http.FileServer(http.Dir("static")))) 2、mux.PathPrefix("/static/").Handler(http.StripPrefix("/static/",http.FileServer(http.Dir("static/"))))
1、http.Handle("/static/",http.StripPrefix("/static/",http.FileServer(http.Dir("static")))) 2、mux.PathPrefix("/static/").Handler(http.StripPrefix("/static/",http.FileServer(http.Dir("static/"))))