编程论坛's Archiver
编程论坛
»
VB.NET论坛
» 请教数组问题 急
zhoushitao007
发表于 2008-3-23 18:29
请教数组问题 急
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}
请问以上两个声明数组的方法有什么不同
页:
[1]
Powered by
Discuz! Archiver
6.1.0 © 2001-2007
Comsenz Inc.