摘要:
public class EnumHelper { public static T GetEnumByDescription<T>(string description) { if (!string.IsNullOrEmpty(description)) { Type enumType = typeof(T); EnumItemCollection enumItems = GetEnumItems(enumType); ... 阅读全文
摘要:
public static string GetImageUrlFromArticle(string articleContent){ Regex r = new Regex(@"<IMG[^>]+src=\s*(?:'(?<src>[^']+)'|""(?<src>[^""]+)""|(?<src>[^>\s]+))\s*[^>]*>", RegexOptions.IgnoreCase); MatchCollection m 阅读全文
摘要:
虽然”世界末日“要来了,但只有我更关心你的健康! 阅读全文