摘要: 一、C#程序结构 一个c#程序主要包括以下部分 ①命名空间声明 ②一个class ③class方法 ④class属性 ⑤一个main方法 ⑥语句 和 表达式 以及 注释 简单的“Helloworld”程序 运行结果为 各部分的解释 程序的第一行 using System; - using 关键字用于 阅读全文
posted @ 2016-09-17 11:05 mrferry 阅读(402) 评论(0) 推荐(0) 编辑