摘要:
首先下载Vs2017 RC,过几天就有新版本了,不过也差不多。 创建一个HelloWord的控制台应用程序来做测试。 class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } 这里 阅读全文
posted @ 2017-02-20 15:56
Mazexal
阅读(198)
评论(0)
推荐(0)
2017年2月20日