2018年4月18日
摘要: class Program { static void Main(string[] args) { //string类型到数组 char[]数组 string str1 = "123"; string str2 = "abc"; string str3 = "表示表示"; char[] ch1= s 阅读全文
posted @ 2018-04-18 11:42 代码小王子来了 阅读(1794) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { if (args.Length > 0) Console.WriteLine(args[args.Length - 1]); //cd到控制台编译的debug文件夹 输入 Redis.exe 111 阅读全文
posted @ 2018-04-18 10:36 代码小王子来了 阅读(545) 评论(0) 推荐(0) 编辑