问题详情
下列程序运行时,消息框显示的内容是()。
Private Sub Command1_Click()
MsgBox CStr(123 + 321)
End Sub
A、 444
B、 123321
C、 123+321
D、 显示出错信息