static void Main(string[] args) { if (args.Length > 0) { BE be = new BE(args[0]); } else { BE be = new BE(@"D:\GIS数据\测试模型数据集\ws.smwu"); } }