How to download axios file?

the backend directly gives a download address. How can I click the button to download this file? can I paste a code to let the fool learn

Mar.23,2022

Don't think about complexity. The
a tag goes straight through, or the button binds a click event to call window.open ('http://xxx.com')).


Just add a download attribute to the

a tag.

<a href="/images/xxx.jpg" download="xxx">
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ac7e-2c227.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ac7e-2c227.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?