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/"))))原文链接:https://www.f2er.com/go/190297.html
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/"))))原文链接:https://www.f2er.com/go/190297.html