填空题 下列程序运行时,若输入123,输入对话框的提示信息是 1
Private Sub Command1_Click()
X1=InputBox("请输入")
MsgBox(X1)
End Sub
【正确答案】
【答案解析】123