填空题 窗体KeyUp事件过程如下,启动程序后按小写字母“a”,输出结果为 1
Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)
Print Chr(KeyCode)
End Sub
【正确答案】
【答案解析】A