填空题

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

【参考答案】

123
热门 试题