摘要:
openDownloadDialog = function (url, saveName) { if (typeof url === 'object' && url instanceof Blob) { url = URL.createObjectURL(url); // 创建blob地址 } var aLink = document.createEl... 阅读全文
posted @ 2018-09-07 16:11
阿星小栈
阅读(128)
评论(0)
推荐(0)

浙公网安备 33010602011771号