摘要: /// 自上往下 代码重用,去掉重复代码 /// /// 自下往上 逻辑解耦,方便维护升级 class student { public static void dog(int t) { // Console.WriteLine("12"); Console.WriteLine(t+"dog"); 阅读全文
posted @ 2020-01-20 18:02 摸鱼2019 阅读(76) 评论(0) 推荐(0)