摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading; //关于线程的,不加不... 阅读全文
posted @ 2015-08-07 16:32 陈艺呵呵 阅读(132) 评论(0) 推荐(0)
摘要: 1 { 2 Console.WriteLine("请输入字符串"); 3 string strA =Console.ReadLine(); 4 Console.WriteLine("请输入要查找的字符串"); 5 ... 阅读全文
posted @ 2015-08-07 08:42 陈艺呵呵 阅读(985) 评论(0) 推荐(0)