Version: 2.0.5 Fixed Bug

This commit is contained in:
AnonymousUser
2021-07-06 18:33:11 +08:00
parent 00a4a835b2
commit 43fbc46b65
2 changed files with 33 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ public class ExtractContent {
String matchContent = "";
for (Object[] objects : rules.get(i)) {
// 遍历获取规则
List<String> result = new ArrayList<String>();
List<String> result = new ArrayList<>();
Map<String, Object> tmpMap = new HashMap<>();
String name = objects[1].toString();