这里写自定义目录标题
时分秒
- 时分秒
public string FormatTime(int totalSeconds)
{
int hours = totalSeconds / 3600;
string hh = hours
关注
打赏
public string FormatTime(int totalSeconds)
{
int hours = totalSeconds / 3600;
string hh = hours
关注
打赏
微信扫码登录