1 Then Label.Text = Months + " Months" Else : Months = 1 Label.Text = Mo-6ren">
gpt4 book ai didi

vb.net - 为什么 "ELSE : "在 vb.net 中编译?

转载 作者:行者123 更新时间:2023-12-04 10:41:34 26 4
gpt4 key购买 nike

为什么要编译?

If Months > 1 Then

Label.Text = Months + " Months"

Else : Months = 1

Label.Text = Months + " Month"

End If

使用 Visual Studio 2010。

最佳答案

:是行分隔符。它相当于一个换行符:

If Months > 1 Then

Label.Text = Months + " Months"

Else

Months = 1
Label.Text = Months + " Month"

End If

And here's the best documentation I could find.对不起。

关于vb.net - 为什么 "ELSE : "在 vb.net 中编译?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11337032/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com