Match mat = Regex.Match(str, "product:price\" content=\"([\\w\\W]+?)\"");
Console.WriteLine(mat.Groups[1].Value);
str是那个html页的文本