else if statement
基本解释
- [计算机科学技术]否则若叙述
英汉例句
- At a given if-then-else statement, the if part is the path that was executed.
对于给定的 if-then-else 语句, if 部分就是被执行的路径。 - The result is an else if statement, which is shortened to elif, as demonstrated in Listing 6.
结果是一个 else if 语句,简写为 elif,如清单 6 所示。 - First else if statement: Otherwise, if the tag ($newTag) being closed is equal to the open tag ($openTag), then no error results.
第一个 else if 语句:另一方面,如果关闭的标记($newTag)与打开标记($openTag)相等,则不会出现错误。
双语例句
专业释义
- 否则若叙述