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