62,242
社区成员




string description= Regex.Match(html, "(?is)(?<=<meta name=\"description\"\\s*content=\")[^\"]*(?=\")").Value;
string keywords= Regex.Match(html, "(?is)(?<=<meta name=\"keywords\"\\s*content=\")[^\"]*(?=\")").Value;