摘要: 下面的资料是关于C#版hello world的代码。 using System; public class HelloWorld { public static void Main(string[] args) { Console.Write("Hello World!"); } } 阅读全文
posted @ 2021-11-20 23:31 可爱小星星 阅读(340) 评论(0) 推荐(0)