在C#程序中, 显示一个信息为”This is test!”,标题为“Hello”的消息框,正确的语句是( )
A.MessageBox("this is a test!","Hello");
B.MessageBox .Show("this is a test!","Hello");
C.MessageBox("Hello","this is a test!");
D.MessageBox.Show ("Hello","this is a test!");
正确答案是B
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。