实现输入、输出: using System; namespace test_path_wav { class Program { static void Main(string[] args) { string a; a = Console.ReadLine(); Console.WriteLine("{0},Hello World!",a); } } } 来源:https://www.cnblogs.com/zeug/p/11582239.html 标签 控制台