Downloading file from DataURL in JavaScript

前端 未结 2 776
孤街浪徒
孤街浪徒 2021-02-04 17:17

From this string we get from DataURL, what\'s the best way to download this as a file?

So far what I got was using a basic window.open(\"myDataURL\");, but

2条回答
提交回复
热议问题