- 博客(1)
- 资源 (3)
- 收藏
- 关注
原创 GO语言格式化输出时间字符串
package main import ( "fmt" "time" ) func main() { fmt.Println(time.Now().Format("2006年01月02日 15点04分05秒")) fmt.Println(time.Now().Format("2006-01-02日 15:04:05")) fmt.Println(time.No...
2018-05-05 00:14:44
1492
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人