问题 更新时间2023/4/3 12:59:00 如下静态数组声明语句, 正确。 A.Dim a[3,4] As Integer B.Dim a(3,4) As IntegerC.Dim a(n,n) As IntegerD.ReDim a(3,4) As Integer 答案 登录 注册 参考答案:B 出自:联大 >> 河南科技大学-通信工程-VB程序设计