<!DOCTYPE html>
<html>
<body>
<p>Click on the w3schools logo to download the image:</p>
<a href="/image path" download>
<img src="image path" alt="W3Schools" width="104" height="142" />
</a>
<p><b>Note:</b> The download attribute is not supported in Edge version 12, IE, Safari 10 (and earlier), or Opera version 12 (and earlier).</p>
</body>
</html>
在这里我可以设置文件的位置,但是不能设置文件的存储路径。
答案 0 :(得分:0)
您无法更改首选的下载位置。