摘要: C#中switch case语句的返回不只是用break关键字,break语句是用来阻止贯穿的最常见的方式。也可以用其他语句来替代它。如下面代码所示 static int Main(string[] args) { int a = int.Parse(Con... 阅读全文
posted @ 2017-02-15 13:50 乌鸦4ay 阅读(2289) 评论(0) 推荐(0) 编辑