using System; class Program { static void Main() { // Use DateTime format to convert to string. DateTime time = new DateTime(2000, 2, 10); string format ...
確定! 回上一頁