lbound和ubound举例 vb中ubound函数用法 vb里的lbound和ubound的用法?Dim a()as stringB=“a,B,C,D”a=split(B,“,”)对于I=lbound(a)to UBound... 2021-03-10 1874次浏览