摘要: class Program { static void Main(string[] args) { string str = "Hello World!"; int i = 4; //Substring()在C#中有两个重载函数 Console.WriteLine(" Substring()两种截取 阅读全文
posted @ 2017-04-21 17:47 涂山吕吕 阅读(2576) 评论(0) 推荐(0) 编辑
摘要: //1、显示提示信息 MessageBox.Show("Hello World!"); //2、给消息框加上标题 MessageBox.Show("Hello World!", "提示"); //3、给消息框加上ICON MessageBox.Show("是否删除这个用户?", "提示", Mess 阅读全文
posted @ 2017-04-21 14:08 涂山吕吕 阅读(14790) 评论(0) 推荐(4) 编辑