初学者关于VB编程的问题,很简单的那种

2025-04-06 04:08:28
推荐回答(1个)
回答1:

判断语句格式:

If <表达式> then
<语句块>
end if

if <表达式> then
<语句块1>
else
<语句块2>
end if