小编use*_*617的帖子

VB.NET相当于{}嵌套

VB.NET在C类语言中是否有任何范围嵌套运算符,如{}?

示例C++类型代码:


int i;
i = 0;
{
  int i;
  i++;
}

vb.net scope

3
推荐指数
2
解决办法
240
查看次数

标签 统计

scope ×1

vb.net ×1