摘要:
代码: 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 蝈蝈俊 阅读(1315) 评论(0) 推荐(0)
|
|
摘要:
代码: 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 蝈蝈俊 阅读(1315) 评论(0) 推荐(0) |
|