Authored by WN\wangnan

fix

... ... @@ -74,7 +74,7 @@ public class SpiderBasedHttpRequest {
}
title = title.replaceAll("_百度百科", "");
return new BaikeBO(url, title, summary, content);
return new BaikeBO(url, title, summary.toString(), content);
}
... ...