摘要:
```Document srcDoc = new Document();MemoryStream stream = new MemoryStream();//创建流srcDoc.Save(stream, SaveFormat.Doc);//保存到流中stream.Position = 0;//设置流中的当前位置return File(stream, "application/msword", fi... 阅读全文
posted @ 2020-04-21 13:53
唯爱金生
阅读(2122)
评论(0)
推荐(0)

浙公网安备 33010602011771号