c# 实现hello word 详解版 前言:超级适合真正零基础的人 工具:Visual Studio 2019 了解: .net/dotnet:一般指.Net Framework框架—>一种平台,一 种技术。 C#(sharp):一种编程语言,可以开发基于.net平台的应用。 1、新建项目 2、在控制台打印输出hello word 3、运行代码 快捷键:F5 或 按运行按钮 如图 4、运行结果如下图 5、代码 using System; namespace helloWod { class Program { static void Main(str