0 then do stuff here! end if 在 C# 中: i-6ren">
gpt4 book ai didi

asp.net - 如何在 VB.NET 中跳出 "if" block

转载 作者:行者123 更新时间:2023-12-04 07:29:24 25 4
gpt4 key购买 nike

我怎样才能摆脱如果 陈述?

退出 仅适用于“for”、“sub”等。

最佳答案

在 VB.net 中:

if i > 0 then
do stuff here!
end if

在 C# 中:
if (i > 0)
{
do stuff here!
}

你不能“突破” if 语句。如果你正在尝试这个,你的逻辑是错误的,你是从错误的角度接近它。

您尝试实现的目标的示例将有助于澄清,但我怀疑您的结构不正确。

关于asp.net - 如何在 VB.NET 中跳出 "if" block ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3413449/

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