if 条件 then
……
else
……
end if
条件运算符:=,<,>,<>,<=,>=
逻辑运算符:not and or
本文介绍了编程中常用的条件及逻辑运算符,包括条件运算符=,<,>,<>,<=,>=以及逻辑运算符not, and, or的使用方法。
if 条件 then
……
else
……
end if
条件运算符:=,<,>,<>,<=,>=
逻辑运算符:not and or
1046
786

被折叠的 条评论
为什么被折叠?
