2017年6月15日
摘要: package main; import ( "html/template" "os" "fmt" ) type Person struct { Id string; UserName string; Age int; Contact map[string]string; } func (p Person) Say(msg string) string... 阅读全文
posted @ 2017-06-15 16:17 怀素真 阅读(6152) 评论(0) 推荐(1) 编辑