2020年7月31日
摘要: 1.String.Join string[] s = { "我", "爱", "中","国" }; string s1=String.Join(" ",s); Console.WriteLine(s1); //输出:我 爱 中 国 Console.WriteLine(s1.Length);//长度为 阅读全文
posted @ 2020-07-31 14:43 RookieBoy666 阅读(211) 评论(0) 推荐(0) 编辑