一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

Dictionary比hashSet快?

时间:2008-05-27 编辑:简简单单 来源:一聚教程网

 
class Program
    {
        static void Main(string[] args)
        {
            HashSet<string> hash=new HashSet<string> ();
         
            //url列表
            StreamReader reader = new StreamReader( "AccessURL.txt", true);
            string url = "";
            List<string> list = new List<string>();
            while (!reader.EndOfStream)
            {

热门栏目