摘要: /// <summary> /// 金额的 动态分配算法 /// </summary> public static void FindCosts() { // 定义费用明细列表 List<(decimal amount, string name)> costDetails = new List<(d 阅读全文
posted @ 2023-03-22 10:58 雨太阳 阅读(121) 评论(0) 推荐(0) 编辑