Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个基于 HTML5 和 CSS3 的移动网站。我正在尝试查找有关以下功能的信息:
是否可以通过链接将图像从移动网站下载到 Android 或 iPhone 设备?
但我没有找到任何有关的信息。
你应该使用下载属性:
<a href="image.jpg" download>Download</a>
您可以在w3schools.com上阅读更多信息