摘要: 基本示例: 错误处理: package main import ( "fmt" "os" "time" ) type PathError struct { path string op string createTime string message string } func (p *PathEr 阅读全文
posted @ 2018-01-18 17:15 py鱼 阅读(990) 评论(0) 推荐(0) 编辑
摘要: 老规矩,直接上代码 阅读全文
posted @ 2018-01-18 14:08 py鱼 阅读(8007) 评论(0) 推荐(0) 编辑
点我回主页