抓取的网页内容有编码过的一些字符。

解决办法

解码:

var newContent= HttpUtility.HtmlDecode(content);

 

posted @ 2017-12-20 11:17  daviyoung  阅读(233)  评论(0)    收藏  举报