2016年2月18日

c#中的数据类型简介

摘要: 一、C#中的变量和常量 C#中用于定义常量的方式有两种一个使用const关键字,一个是用readonly关键字。使用const定义的常量叫静态常量(compile-time constant),用readonly定义的常量叫动态常量(runtime constant)。常量定义 public con 阅读全文

posted @ 2016-02-18 16:28 崎岖行者 阅读(17287) 评论(0) 推荐(2)

导航