问题详情

答题翼 > 问答 > 远程教育 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

在C#程序中,显示一个信息为"test", 标题为"Hello"的消息框,正确的语句是


在C#程序中,显示一个信息为"test", 标题为"Hello"的消息框,正确的语句是()。

A. MessageBox("test","hello");

B. MessageBox.Show("test","hello");

C. MessageBox("hello","test");

D. MessageBox.Show("hello","test");

参考答案
您可能感兴趣的试题