mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-14 13:16:38 +00:00
爬虫代码优化
This commit is contained in:
@ -171,7 +171,7 @@ public class CrawlParser {
|
||||
int indexNum = 0;
|
||||
|
||||
//总字数
|
||||
Integer totalWordCount = 0;
|
||||
Integer totalWordCount = book.getWordCount() == null ? 0 : book.getWordCount();
|
||||
|
||||
while (isFindIndex) {
|
||||
|
||||
|
Reference in New Issue
Block a user