设有如下一段程序:Private Sub Command1_Click() Static a As Variant a=Array("one", "two", "three", "four", "five") Print a(3)End Sub针对上述事件过程,以下叙述中正确的是( )。
- A.变量声明语句有错,应改为Static a(5)As Variant
- B.变量声明语句有错,应改为Static a
- C.可以正常运行,在窗体上显示three
- D.可以正常运行,在窗体上显示four
热度🔥522
解析:打开微信小程序查看本题解析