1.if else(條件)
2.for(循環)
3.while(循環)
4.do while(循環)
5 .繼續(結束這個循環)
6.break(終止switch或loop語句)
7 .開關(分支選擇)
8 .跳轉
9.return(函數返回語句)