坑 go规定格式化必须用指定的时间点 formatStr := "2006-01-02 15:04:05" fmt.Println(time.Now().Format(formatStr))
Go 时间日期格式化 坑 go规定格式化必须用指定的时间点 formatStr := "2006-01-02 15:04:05" fmt.Println(time.Now().Format(formatStr))