1. 选择结构
      1. if ()
      2. if() else()
      3. if() elseif()…..else()
    2. 循环结构
      1. do{}while()
      2. while()do{}
      3. for(){}