实现输入、输出:
using System; namespace test_path_wav { class Program { static void Main(string[] args) { string a; a = Console.ReadLine(); Console.WriteLine("{0},Hello World!",a); } } }
实现输入、输出:
using System; namespace test_path_wav { class Program { static void Main(string[] args) { string a; a = Console.ReadLine(); Console.WriteLine("{0},Hello World!",a); } } }
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。