aiai101 发表于 2014-7-4 10:08:38

VB语言的结束语句和开始语句是什么?

VB语言的结束语句和开始语句是什么?

clarexxg 发表于 2014-7-4 10:08:49

sub

end sub

function

end function

if then

end if

property get/let/set

end property

if then

else

end if

if then

elseif then

else

end if

type

end type

enum

end enum

select case
case a

case b

case else

end select
页: [1]
查看完整版本: VB语言的结束语句和开始语句是什么?