using System.ComponentModel; using System.Data; using System.Net.Http.Headers; namespace FileCompare { internal class Program { static void Main(string[] args) { var files = new List<(string name, string source, string target)>() { ("log",@"C:\Users\coder\Desktop\Logs_20240103.txt",@"C:\Users\coder\Desktop\Logs_20240103 - 副本.txt") }; var list = new List();