程序流
If ... Then
If {表达式} Then {语句1} Else {语句2} If {表达式1}
{语句1}
Else If {表达式2}
{语句2}
Else If {表达式3}
{语句3}
Else
{语句4}
EndIfWhile ... Wend
While {表达式}
{语句}
WendFor ... Next
Repeat ... Until/Forever
Select ... Case
退出循环
导入文件
Last updated