switch(e): { case1: case2: statement1; break; default: statment2; }
自顶向下
分解: 将大型任务分解成简单的子任务. (分解任务, 不是分解代码) [分解过程中还要注意抽象出公共组件被公共利用
Book
原文:https://www.cnblogs.com/moveofgod/p/12286823.html