当前位置:首页 > 计算机基础与程序设计(02275) > 正文内容

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

高老师2年前 (2024-03-27)计算机基础与程序设计(02275)17

在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

扫描二维码免费使用微信小程序搜题/刷题/查看解析。

版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。

本文链接:https://doc.20230611.cn/post/740172.html

分享给朋友: