else if statement
基本解釋
- [計算機科學(xué)技術(shù)]否則若敘述
英漢例句
- At a given if-then-else statement, the if part is the path that was executed.
對於給定的 if-then-else 語句, if 部分就是被執(zhí)行的路逕。 - The result is an else if statement, which is shortened to elif, as demonstrated in Listing 6.
結(jié)果是一個 else if 語句,簡寫爲(wèi) 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 語句:另一方麪,如果關(guān)閉的標(biāo)記($newTag)與打開標(biāo)記($openTag)相等,則不會出現(xiàn)錯誤。
雙語例句
專業(yè)釋義
- 否則若敘述