摘要: 1.常用的函数格式书写:Console.WriteLine(”输入内容“); 输出后光标会自动换行。 Console.Write("输出内容"); 输出后光标不会换行,而是接着输出后面的输入内容。 Console.ReadLine(); 等待用户输入。 string result = Console 阅读全文
posted @ 2018-04-06 13:22 sunshine-鸿 阅读(94) 评论(0) 推荐(0) 编辑