摘要: 基本示例: 错误处理: 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鱼 阅读(1009) 评论(0) 推荐(0)
摘要: 老规矩,直接上代码 阅读全文
posted @ 2018-01-18 14:08 py鱼 阅读(8041) 评论(0) 推荐(0)
点我回主页