会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
想飞的枫叶
不断学习,做更好的自己!
博客园
首页
新随笔
联系
订阅
管理
2025年2月26日
Golang时间转中文描述(如秒转分,输入70秒输出1分10秒)
摘要: package mainimport ( "fmt" "strings")func formatDuration(seconds int) string { if seconds == 0 { return "0秒" } var parts []string units := []struct {
阅读全文
posted @ 2025-02-26 13:48 想飞的枫叶
阅读(6)
评论(0)
推荐(0)
公告