Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用if conditionin tsung 并使用greater than比较而不是直接equals和not equals比较? 或者是否可以使用andoror运算符来组合比较?
if condition
greater than
equals
not equals
and
or
tsung 中此时没有greather then 运算符,只有equal和not equal。不能将比较与and和or结合起来。