注意:此页面搜索的是所有试题
如下静态数组声明语句, 正确。

A.Dim a[3,4] As Integer
B.Dim a(3,4) As Integer
C.Dim a(n,n) As Integer
D.ReDim a(3,4) As Integer

参考答案