Go 时间日期格式化
坑 go规定格式化必须用指定的时间点
formatStr := "2006-01-02 15:04:05"
fmt.Println(time.Now().Format(formatStr))
坑 go规定格式化必须用指定的时间点
formatStr := "2006-01-02 15:04:05"
fmt.Println(time.Now().Format(formatStr))
上一篇: Parity game
下一篇: 二进制负数延伸的原码、补码、反码
推荐阅读