摘要: package main import( "net/http" ) func main(){ http.Handle("/", http.FileServer(http.Dir("D:/web/AmazeUI-2.7.2/"))) http.ListenAndServe(":8080", nil) } 阅读全文
posted @ 2018-07-23 20:01 yshy 阅读(171) 评论(0) 推荐(0)