mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
@@ -380,7 +380,7 @@ class AnalyzeByJSoup(doc: Any) {
|
||||
|
||||
elements.removeAll(nullSet) //测试过,这样就行
|
||||
*/
|
||||
for (pcInt in indexSet) elements[pcInt].remove()
|
||||
for (pcInt in indexSet.toList().sortedDescending()) elements.removeAt(pcInt)
|
||||
} else if (split == '.') { //选择
|
||||
|
||||
val es = Elements()
|
||||
|
||||
Reference in New Issue
Block a user