摘要: 2.1 if语句 if(condition) statements else statementes也可以单独使用if语句,也可以合并else if语句。View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace if语句 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 ... 阅读全文
posted @ 2012-08-29 11:15 sharp也疯狂 阅读(228) 评论(0) 推荐(0)