填空题 下列程序运行时,若输入123,输入对话框的提示信息是______。
Private Sub Command1_Click()
X1=InputBox("请输入")
  MsgBox(X1)
End Sub

  • 1、
【正确答案】 1、123    
【答案解析】