golang中的fallthrough用在switch的case中

case执行完之后一般break

但可以使用 fallthrough 来强制执行下一个 case 代码块