C# 读取文件流

1 /// <summary> 2 /// 读取文件流 3 /// </summary> 4 public static byte[] ReadFileStream(string filePath) 5 { 6 Stream source = null; 7 byte[] readBytes = n
posted @ 2022-10-10 11:37  Mr_Xul  阅读(18)  评论(0编辑  收藏  举报