H5 Click the button to download the file

have you ever done a similar effect? can you take a look at the code
clipboard.png

?
Mar.15,2021

you can refer to filesaver.js


window.location.href=url if you have an address or window.open


learn about the download attribute in HTML/HTML5
HTML download attribute
for example:

<a href="/images/myw3schoolimage.jpg" download="w3logo">

just make the a label on it look like a button.

add

Previous: Python contour map

Next: There is no problem running on the virtual machine on the pc side of the H5 page, but will the whole page appear with a mask when the soft keyboard pops up when you click on the input box in IOS's uc browser?

Menu