摘要: using System; namespace ConsoleApp { class Program { static void Main(string[] args) { string str = "askljd sadsa dsakld sa?dsad"; Console.WriteLine(str.GetWordCount()); Console.ReadKey(); } } /// <su 阅读全文
posted @ 2019-09-07 22:44 liliyou 阅读(174) 评论(0) 推荐(0) 编辑