public partial class _Default : System.Web.UI.Page{protected void Page_Load(object sender, EventArgs e){byte[] bytes = File.ReadAllBytes("D:\toClient.xls");//toClient.xls 大小為20MResponse.BinaryWrite(bytes);}}運(yùn)行后直接報(bào):System.OutOfMemoryException
System.OutOfMemoryException ,簡化代碼如下,有沒有解決辦法?
阿波羅的戰(zhàn)車
2018-07-27 09:10:46