管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-21 d9c6232dac8c1af6586d116fe558d154feb46011
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)