else if statement
常見例句
- 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 語句,簡寫為 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)相等,則不會出現(xiàn)錯誤。 返回 else if statement