| 释义 |
conditional control structure 条件控制结构 A programming control structure that allows alternative flow of control in a program depending upon the fulfillment of specified conditions; for example, case,if…then…else…. 一种程序设计控制结构,它允许程序中使用根据指定条件的满足情况而加 以选择的控制流;例如,情况,如果……则……否则……。 |