Update AnalyzeByJSoup.kt

This commit is contained in:
iyhkhtrk
2024-03-16 13:49:19 +08:00
committed by GitHub
parent fc791046e5
commit fe83a27a37

View File

@@ -380,7 +380,7 @@ class AnalyzeByJSoup(doc: Any) {
elements.removeAll(nullSet) //测试过,这样就行
*/
for (pcInt in indexSet) elements[pcInt].remove()
for (pcInt in indexSet) elements.removeAt(pcInt)
} else if (split == '.') { //选择
val es = Elements()