码迷,mamicode.com
首页 > 其他好文 > 详细

第三章:程序结构

时间:2020-06-03 23:21:32      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:命名空间   --   ati   程序   ogr   sys   stat   system   写法   

using System;//using 引入的意思   System命名空间
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ant
{
    class Program//
    {
        static void Main(string[] args)//有四种写法
        {
            //名命空间--类--方法(还包括其他成员)
            Console.WriteLine("Hello word!");
            Console.Read();//暂停  --ctrl+F5
        }
    }
}

运行键为:

技术图片

 

 

运行结果为

技术图片

 

第三章:程序结构

标签:命名空间   --   ati   程序   ogr   sys   stat   system   写法   

原文地址:https://www.cnblogs.com/wangqiangya/p/13040507.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!