随笔分类 -  C# Notebook

摘要:using System; namespace StringApplication { class StringProg { static void Main(string[] args) { string str = "2018-08-07 09:50"; Console.WriteLine(str); string substr = str.Substring(10); ... 阅读全文
posted @ 2018-09-29 09:58 秦观天 阅读(1185) 评论(0) 推荐(0)