摘要: 1. package main import ( "fmt" "os" ) func main(){ //file指针 file,err:=os.Open("d:/test.txt") if err!=nil{ fmt.Println("open file err=",err) } //输出文件 f 阅读全文
posted @ 2020-01-08 11:38 jiuchen 阅读(163) 评论(0) 推荐(0) 编辑