Go读取本地文件 Leave a reply b, err := ioutil.ReadFile("xxx/path") if err != nil { panic(err) } str := string(b) [......] 继续阅读