题库 题库

【简答题】

参考答案

Private Sub Command1_Click()
    Text1.Text = InputBox("请输入身高")
    Text2.Text = InputBox("请输入体重")
End Sub

相关试题