注册 登录
编程论坛 VB.NET论坛

请教数组问题 急

zhoushitao007 发布于 2008-03-23 18:29, 899 次点击
dim a() as integer = {1,2,3,4,5}

Dim a As Integer() = {1, 2, 3, 4, 5}

dim a as integer() = new integer() {1,2,3,4,5}

请问以上两个声明数组的方法有什么不同
0 回复
1