Open WineMonk opened 1 year ago
https://shaoshao.net.cn/2023/09/26/20230926161047912/
System.OverflowException: 数组维度超过了支持的范围。Code: 12345678910111213FileStream fs = File.OpenRead(file);byte[] buffer = new byte[fs.Length];fs.Read(buffer, 0, buffer.Length);string tempfile = file.Substring
https://shaoshao.net.cn/2023/09/26/20230926161047912/
System.OverflowException: 数组维度超过了支持的范围。Code: 12345678910111213FileStream fs = File.OpenRead(file);byte[] buffer = new byte[fs.Length];fs.Read(buffer, 0, buffer.Length);string tempfile = file.Substring