您的位置:首页 > 编程语言 > C#

C# 显示一个“Hello world!”

2016-12-22 22:53 495 查看
Messagebox.show("Hello.world!");

int result;

result=100+200;

messagebox.show(convert.tostring(result));
//convert.tostring 把int转换成string显示
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: