For i = LBound(arr, 1) To UBound(arr, 1). Debug.Print arr(i). Nexti. 上面的代码遍历一维数组,下面的代码遍历二维数组:. For i = LBound(arr, ...
確定! 回上一頁