else if statement
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]否則若敘述
英漢例句
- At a given if-then-else statement, the if part is the path that was executed.
對(duì)于給定的 if-then-else 語(yǔ)句, if 部分就是被執(zhí)行的路徑。 - The result is an else if statement, which is shortened to elif, as demonstrated in Listing 6.
結(jié)果是一個(gè) else if 語(yǔ)句,簡(jiǎn)寫(xiě)為 elif,如清單 6 所示。 - First else if statement: Otherwise, if the tag ($newTag) being closed is equal to the open tag ($openTag), then no error results.
第一個(gè) else if 語(yǔ)句:另一方面,如果關(guān)閉的標(biāo)記($newTag)與打開(kāi)標(biāo)記($openTag)相等,則不會(huì)出現(xiàn)錯(cuò)誤。
雙語(yǔ)例句
專(zhuān)業(yè)釋義
- 否則若敘述