返回列表 回复 发帖
string timeString = String.Format("{0:yyyy-MM-dd hh:mm:ss}",time);
或者time.ToString("yyyy-MM-dd hh:mm:ss");
返回列表