1. 首页
  2. 数据库
  3. 其它
  4. c# 实现hello word 详解版

c# 实现hello word 详解版

上传者: 2021-01-15 21:40:58上传 PDF文件 142.28KB 热度 17次
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
用户评论