摘要: 1.身份证号中截取出生年月日出来 2.从目标字符串中截取第二个匹配的字符段出来,要求字符串中至少包含两个以上的字符段 阅读全文
posted @ 2016-04-05 14:24 凌零聆 阅读(157) 评论(0) 推荐(0) 编辑
摘要: int[] shuzu = new int[3] { 3, 5, 7 }; int[,] arr = new int[2, 3]; { {1;3;5}; //[0,0] [0,1] [0,2] {2;4;6} //[1,0] [1,1] [1,... 阅读全文
posted @ 2016-04-05 10:28 凌零聆 阅读(134) 评论(0) 推荐(0) 编辑
摘要: while (true) { Console.WriteLine("请输入你预测的中奖号码:"); int sum = 0; int a1 = int.Parse(Console.ReadLine()); int a2 =... 阅读全文
posted @ 2016-04-05 10:26 凌零聆 阅读(206) 评论(0) 推荐(0) 编辑