1.flash版(借助flexpaper工具) 可以把pdf文件用pdf2swf工具转换成swf文件.下载地址http://www.swftools.org/download.html 转换代码如下: public void PDFConvertToSWF(string sourcePath, string targetPath) { Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.Wor…
.wxml文件 <view data-url="https://XXX/upload/zang." data-type="excel" catchtap='downloadFile'>888</view> .js文件 downloadFile: function (e) { console.log(e); let type = e.currentTarget.dataset.type; let url = e.currentTarget.…