导航

2015年12月22日

摘要: 代码: package main import ( "bytes" "fmt" "text/template" "time" ) func FormatNow(format string) string { return time.Now().Format(format) } func main() { ... 阅读全文

posted @ 2015-12-22 13:34 蝈蝈俊 阅读(1299) 评论(0) 推荐(0) 编辑