A:Private Sub bCommand_Click() Caption="计算机等级考试" End Sub B:Private Sub tText_Click() bCommand.Caption="计算机等级考试" End Sub C:Private Sub bCommand_Change() Caption="计算机等级考试" End Sub D:Private Sub tText_Change() bCommand.Caption="计算机等级考试" End Sub
答案:D
川公网安备 51010402001278号