C#检测两个文件内容是否相同
摘要:
不知道为什么对Excel 2010 xlsx后缀的文件没有效果,求解!对其他文件有效,如.txt,.csv 1 using System; 2 using System.Security.Cryptography; 3 using System.IO; 4 5 namespace CheckFile 6 { 7 class Program 8 { 9 static void Main(string[] args)10 {11 string filePath1 = @"D:/1.txt";12 st... 阅读全文
posted @ 2013-12-26 17:13 程序猴chengxuhou.com 阅读(1061) 评论(0) 推荐(0) 编辑