摘要: 看到书上的例子很正常,于是,我写了个不正常一点的。书上的是这样的 class Program { static void Main(string[] args) { int[] mn = { 1,2,3,4,5,6,7,8,9}; ... 阅读全文
posted @ 2014-07-04 15:51 Genie in the bottle 阅读(293) 评论(0) 推荐(0) 编辑
摘要: let子句,可以作为临时变量储存表达式的结果,但是let子句一旦初始化后无法再次进行更改。1. static void Main(string[] args) { string[] names = { "xyz", "now you see", "i can say"... 阅读全文
posted @ 2014-07-04 07:47 Genie in the bottle 阅读(192) 评论(0) 推荐(0) 编辑