摘要:
```
➜ recipe07 tree .
.
├── html
│ └── page.html
├── static.go
└── welcome.txt 1 directory, 3 files
``` ```go
package main import ( "net/http"
) func main() { fileSrv := http.FileServer(htt... 阅读全文
posted @ 2018-03-27 00:08
cucy_to
阅读(103)
评论(0)
推荐(0)

浙公网安备 33010602011771号