This commit is contained in:
pplokijuhyg 2020-02-07 18:43:52 +08:00
parent 101e671b77
commit 754751bc93

View File

@ -13,7 +13,7 @@
## 使用 ## 使用
页面现在默认已经写好了,通过页面进行生成了 页面现在默认已经写好了,通过页面进行生成了
``` ```
//这段脚本是在脚本之家找到的 //https://segmentfault.com/a/1190000016388897
function downloadimg(imgUrl){ function downloadimg(imgUrl){
// 如果浏览器支持msSaveOrOpenBlob方法也就是使用IE浏览器的时候那么调用该方法去下载图片 // 如果浏览器支持msSaveOrOpenBlob方法也就是使用IE浏览器的时候那么调用该方法去下载图片
if (window.navigator.msSaveOrOpenBlob) { if (window.navigator.msSaveOrOpenBlob) {