摘要: ```go package main import ( "fmt" "io/ioutil" ) func main() { inputFile := "/golang/code/test1/src/day9/文件读写/input1" output := "/golang/code/test1/src/day9/文件读写/output" reader, err := ioutil.ReadFile( 阅读全文
posted @ 2019-08-24 21:58 输诚 阅读(1418) 评论(0) 推荐(0) 编辑