摘要: 字符串 class Program { static void Main(string[] args) { string str = "欢迎来到新兵锋软件培训.NET世界"; Console.WriteLine(str[0]); Console.WriteLine(str[5]); Console. 阅读全文
posted @ 2017-10-19 17:43 你的斗志并没有失去 阅读(120) 评论(0) 推荐(0)