<!-- BEGIN Product_List(200) -->
{Product}
<!-- END Product_List -->我想取得<!-- BEGIN Product_List(200) -->和<!-- END Product_List -->之间的数据,还有<!-- BEGIN Product_List(200) -->这个里边的200.
我的是这Regex regex = new Regex(@"/[ \t]*<!--\s+BEGIN Product_List\((\d+)\)\s+-->\s*?\n?(\s*.*?\n?)\s*<!--\s+END Product_List\s+-->\s*?\n?/sm", RegexOptions.Compiled)
可是取不到。高手帮忙