09 2019 档案
摘要:\"viewDoc('a');\" 替代 '’viewDoc('a');'
阅读全文
摘要:后台 using Aspose.Cells;using Aspose.Slides.Pptx;using System;using System.Collections.Generic;using System.Data;using System.IO;using System.Linq;using
阅读全文
摘要://url:文件地址 filename:想要修改为的名称 function download(url, filename) { getBlob(url, function (blob) { saveAs(blob, filename); }); }; function getBlob(url, cb
阅读全文