字符串的分割:从日期字符串("2008-08-08")中分析出年、月、日; C# • 2年前 (2018-08-20) string[] Split(params char[] separator):将字符串按照指定的分割符分割为字符串数组;string[] Split(char... 阅读 2537 次 字符串控制台应用程序字符串分割