62,256
社区成员
发帖
与我相关
我的任务
分享


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