简体   繁体   English

html将图像保存到android和ios设备

[英]html save image to android and ios device

I am creating a mobile website based of HTML5 and CSS3. 我正在创建一个基于HTML5和CSS3的移动网站。 I am trying to find information about the following function: 我试图找到有关以下功能的信息:

Is it possible to download via a link an image from a mobile website to Android or iPhone device ? 是否可以通过链接从移动网站下载图像到Android或iPhone设备?

but I didn´t find any information about. 但我没有找到任何有关的信息。

You shoud use download attribute: 你应该使用下载属性:

<a href="image.jpg" download>Download</a>

You can read more on w3schools.com 您可以在w3schools.com上阅读更多内容

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM