提交 c9f80d09 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 23b471f5
......@@ -398,8 +398,8 @@ public class EpubResolve {
/**
* 如果属于章节,则保存。 否则直接跳过
*/
String str = titles.get(i).text().replaceAll(" ", "").replaceAll(" ", "");
if (chapterList.contains(str)) {
titles.select("a").remove();
if (chapterList.contains( titles.get(i).text().replaceAll(" ", "").replaceAll(" ", ""))) {
// h标签
Element hlabel1 = titles.get(i);
Element hlabel2 = null;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论