南开大学 / Windows可视化编程
正确率:100%
在C#程序中,显示一个信息为test,标题为Hello的消息框,正确的语句是()。
A.MessageBox("test","hello");
B.MessageBox.Show("test","hello");
C.MessageBox("hello","test");
D.MessageBox.Show("hello","test");
参考答案:
佳题速递: