分支结构 :if-else switch-case 2020-10-28 本文已影响0人 岁月如是 if-else: image.png 当条件表达式满足时,则执行其后的执行语句,并跳出整个程序 image.png switch-case: image.png image.png