ExportMap/cs/Tools.cs
@@ -159,7 +159,7 @@ /// </summary> /// <param name="cmd">命令行</param> /// <returns>执行结果或出错信息</returns> public static String ExecCmd(string cmd, bool isPy = false, bool isOut = false) public static string ExecCmd(string cmd, bool isPy = false, bool isOut = false) { List<string> list = new List<string>(); if (isPy)