如何更改定位标记下载属性的下载路径

时间:2019-02-06 08:08:46

标签: javascript html

<!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>

在这里我可以设置文件的位置,但是不能设置文件的存储路径。

1 个答案:

答案 0 :(得分:0)

您无法更改首选的下载位置。