单选题
在窗体上画一个命令按钮(名称为Command1),然后编写如下事件过程: Private Sub Command_Click() Static b As Integer b=b+1 End Sub运行程序,第3次单击命令按钮后,变量b的值为______。
A、
0
B、
1
C、
2
D、
3
【正确答案】
D
【答案解析】
提交答案
关闭