Fork me on GitHub
摘要: 1.1一个简单的C#程序 using System; namespace HelloWorld { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } } 运行结果: 一个简 阅读全文
posted @ 2022-06-28 18:11 衔清风与共 阅读(475) 评论(0) 推荐(0)