码迷,mamicode.com
首页 > Web开发 > 详细

去标签获取网页内容

时间:2014-08-14 16:12:18      阅读:279      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   io   div   代码   amp   

               string result = item["FContent"].ToString();

                result = result.Replace(" ", " ");

                result = result.Replace("‘‘", "\"");

                result = result.Replace("<", "<");

                result = result.Replace(">", ">");

                result = result.Replace("&", "&");

                result = result.Replace("<br>", "\r\n");

                result = Regex.Replace(result, @"<[\s\S]*?>", string.Empty, RegexOptions.IgnoreCase);

直接送上代码,东西很简单,就不解释了,希望能帮到有需要的同学,要转载记的保留我连接!!~

 

去标签获取网页内容,布布扣,bubuko.com

去标签获取网页内容

标签:style   blog   color   os   io   div   代码   amp   

原文地址:http://www.cnblogs.com/linyijia/p/3912503.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!