logical operator
常见例句
- What is a logical operator?
什麽是邏輯算子? - Consider using parentheses to improve readability and avoid mistakes because of logical operator precedence.
考慮使用括號來改善可讀性和避免由於邏輯操作符的優先級導致的錯誤。 - The logical operators have lower precedence than the individual comparison operators, which makes sense because the comparison has to be evaluated before the logical operator can be evaluated.
邏輯運算符的優先級低於單獨的比較運算符,這一點意義重大,因爲必須先計算比較運算符,然後才能計算邏輯運算符。 返回 logical operator