This commit is contained in:
pplokijuhyg 2020-02-07 18:39:52 +08:00
parent bf4b70506b
commit e79d27601b

View File

@ -13,7 +13,7 @@
## 使用 ## 使用
页面现在默认已经写好了,通过页面进行生成了 页面现在默认已经写好了,通过页面进行生成了
``` ```
$(".download").click(() => { $(".download").click(() => {
new html2canvas(document.getElementById('app'), { new html2canvas(document.getElementById('app'), {
allowTaint: true, allowTaint: true,
taintTest: true, taintTest: true,
@ -49,5 +49,5 @@
a.click() a.click()
} }
}); });
}) })
``` ```