Dim array_temp(10,10) Dim i, j For i = 0 to 10 For j = 0 to 10 array_temp(i,j) = 0 Next Next
在ASP中如何利用变量定义二维数组
最新推荐文章于 2020-11-22 03:55:09 发布
Dim array_temp(10,10) Dim i, j For i = 0 to 10 For j = 0 to 10 array_temp(i,j) = 0 Next Next