摘要:
class Program { static void Main(string[] args) { string str = "Hello World!"; int i = 4; //Substring()在C#中有两个重载函数 Console.WriteLine(" Substring()两种截取 阅读全文
摘要:
//1、显示提示信息 MessageBox.Show("Hello World!"); //2、给消息框加上标题 MessageBox.Show("Hello World!", "提示"); //3、给消息框加上ICON MessageBox.Show("是否删除这个用户?", "提示", Mess 阅读全文