【单选题】执行下列程序后,鼠标单击窗体,输出结果为 Private Sub Form_Click()Print "Click";End Sub Private Sub Form_MouseDownButtonAs Integer,ShiftAs Integer,XAs Single,YAs Single)Print "Donw"End Sub Private Sub Form_MouseUpButtonAs Integer,ShiftAs Integer,XAs Single,YAs Single)Print "Up"End Sub
A、DownUpClick
B.ClickDownUp
C.DownClickUp
D、UpDownCliek
网考网参考答案:A
网考网解析:
[解析] 鼠标单击时,依次引发MouseDown、MouseUp和Click事件,即Click事件包含鼠标按下和放开事件。
document.getElementById("warp").style.display="none";
document.getElementById("content").style.display="block";
查看试题解析出处>>
发布评论 查看全部评论