在vb.net里面怎么给整型变量付空值

2025-01-31 07:34:24
推荐回答(3个)
回答1:

对象 和 字符串才有可能空 数值初始值都是0

回答2:

Dim i As Integer
i = vbNull

回答3:

dim a as integer=nothing