output = {}; try { eval(dfs.read("/script/matrix/utils/ajs/JsonImporterFuncs.js")); output.result = {}; output.result.change_main = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/change_main"}); output.result.event = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/event"}); output.result.problem = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/problem"}); output.result.report = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/report"}); output.result.device_power_on_off = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/device_power_on_off"}); output.result.data_collect = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/data_collect"}); output.result.drill = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/drill"}); output.result.implement = runServerJS("/matrix/utils/ajs/InitJsonImporter.js", {classname:"/cncc/action/implement"}); } catch (e) { if (typeof (e) == "object") { output.error = e; } else if (typeof (e) == "string") { output.error = "错误:" + e; } else { output.error = JSON.stringify(e); } } // 返回输出信息 OUTPUT = output;