摘要: class Program { public Program(int y) { this.y = y; } public const int x = 123;//默认是静态的值,在声明的时候必须初始化,引用类型只有... 阅读全文
posted @ 2015-05-24 08:46 kkloveit 阅读(122) 评论(0) 推荐(0) 编辑