使用C#实现DHT磁力搜索的BT种子后端管理程序+数据库设计(开源

2020-01-06 13:10:34王冬梅
  •     }  
  •     else  
  •     {  
  •         string pattern = @"ash[(.*)] Time#(.*)# ip:(.*):(.*).";  
  •         Match usermatch = Regex.Match(hashline, pattern, RegexOptions.IgnoreCase);  
  •         if (usermatch.Groups.Count == 0)  
  •         {  
  •             pattern = @"ash[(.*)] Time#(.*)# ip:(.*):(.*).(.*)#";  
  •             usermatch = Regex.Match(hashline, pattern, RegexOptions.IgnoreCase);