78 我需要日期时间的字符串以24小时格式显示时间。 .. var curr = DateTime.Now; string s = ???; Console.WriteLine(s); .. 输出结果必须为:“ 16:38”谢谢。 c# datetime format — 亚拉 source 1 可能与DateTime中 — OmG