摘要:
private List<string> getURLFromContent(string content) { string regexStr = @"(http|ftp|https):\/\/[\w]+(.[\w]+)([\w\-\.,@?・^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])"; System.Text.RegularExpressions.MatchCollection mc = System.Text.RegularExpressions.Regex.Matches(conte 阅读全文
摘要:
新建一个类public class FolderBE { public string FolderOne { get; set; } public string FolderTwo { get; set; } public string FolderThree { get; set; } public string FolderFour { get; set; } public string FolderFive { get; set; } }然后: List<FolderBE> listFolder = new List<FolderBE&am 阅读全文