conditional statement
常见例句
- To distinguish the layout of this content from that of other pages, we used a conditional statement in the body of the page, like the one in Listing 3.
为了区分主页的布局和其他页面的布局,我们在页面的主体中使用一个条件语句,见 清单 3。 - Listing 11 is best thought of as a giant conditional statement, which executes a particular branch based on the value of the o parameter in the request URL
清单 11 被视为一个庞大的条件语句,它基于请求 URL 中的 o 参数的值执行一个特定的分支。 - After adding the new condition, you will see a conditional statement dropdown menu, which will have options such as "Less than," "Less than or equal to," "Greater than", and so forth.
加入新的条件后,你就会看到一个下拉菜单式的条件语句,包括诸如“小于(Less than)”、“小于等于(Less than or equal to)”、“大于(Greater than)”等选项。 返回 conditional statement