20250303
This commit is contained in:
parent
ac780ae8b2
commit
f3809c5719
|
|
@ -1010,7 +1010,7 @@ public class 特殊控制台 extends JFrame {
|
|||
Start.ConfigValuesJson = JSONObject.parseObject(result);
|
||||
|
||||
|
||||
FileReader fileReader2 = new FileReader(property + "\\配置文件\\物品.txt");
|
||||
FileReader fileReader2 = new FileReader(property + "\\配置文件\\物品回收.ini");
|
||||
String result2 = fileReader2.readString();
|
||||
JSONObject jsonObject = JSONObject.parseObject(result2);
|
||||
for (String key : jsonObject.keySet()) { // 步骤2 :ml-citation{ref="1,3" data="citationList"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue