打赏
摘要: 1 class Program{ 2 3 static void Main(string[] args){ 4 5 Console.WriteLine(Change(8)); 6 7 } 8 9 private static int Change(int age){ 10 11 12 if(age= 阅读全文
posted @ 2017-03-15 11:50 ♀流氓 阅读(80) 评论(0) 推荐(0) 编辑
返回頂部