摘要: package main import ( "fmt" "io/ioutil" ) func main() { bytes, err := ioutil.ReadFile("C:/Users/Administrator/Desktop/测试.txt") if err != nil{ fmt.Println("文件读取失败,err=",err)... 阅读全文
posted @ 2019-07-02 21:12 pad+ 阅读(160) 评论(0) 推荐(0) 编辑
摘要: package main import ( "bufio" "fmt" "io" "os" ) //C:\Users\Administrator\Desktop\工作\FQ\SSTap-beta-setup-1.0.9.6.exe func main() { //打开一个源文件 srcFile, err := os.OpenFile("C:/... 阅读全文
posted @ 2019-07-02 20:25 pad+ 阅读(206) 评论(0) 推荐(0) 编辑