pull/2/head
李建辉 1 year ago
parent 893422de48
commit 79a221af02

@ -48,6 +48,7 @@ public class FileIntegrationHandler extends AbstractHandler{
String strFold = folds[0];
//分割首选项 工厂|文件夹名称1:文件夹代号1;文件夹名称2:文件夹代号2
System.out.println("首选项====="+strFold);
System.out.println("Ę×ŃĄĎî====="+strFold);
ArrayList<String> foldList = new ArrayList<>();
String[] split1 = strFold.split("&");
String[] split2 = split1[1].split(";");

Loading…
Cancel
Save