<!DOCTYPE html>
<!--
This page is shown when the extension button is clicked, because the
"browser_action" field in manifest.json contains the "default_popup" key with
value "popup.html".
-->
<html>
<head>
<title>Test title</title>
<style>
body {
font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
font-size: 100%;
}
#status {
/* avoid an excessively wide status text */
white-space: pre;
text-overflow: ellipsis;
overflow: hidden;
max-width: 400px;
}
</style>
</head>
<body>
<p>Example 1<br>
<a href="http://dummyimage.com/600x400/000/fff.png" download>Download this image</a></p>
</body>
</html>
以上是下载图像的按钮(种类)。它在我的笔记本电脑上工作正常,但是当我导航到iPhone上的网址时,它无法下载。带我去看实际的图像。
任何人都知道为什么?或者我如何解决这个问题?
谢谢!
答案 0 :(得分:0)
iPhone没有下载功能。您需要点击并按住,然后选择“保存”。