【发布时间】:2014-06-17 23:08:59
【问题描述】:
嗨! 我有一个图像滑块。当我尝试从服务器检索图像时,图像会正确显示。 (http://stthomasmountmtc.org/index.html)
但是,当我尝试从 Dropbox 检索相同的图像时,图像不会显示/检索。 (http://stthomasmountmtc.org/index1.html)
<img src="https://www.dropbox.com/s/woart55urbw792u/image1.jpg" alt="image" />
当我在浏览器中打开src属性中的链接时,可以看到图片,所以链接显然没有坏掉。请分享您的建议。
谢谢, 塞缪尔·马修斯。
【问题讨论】:
-
dropbox.com/s/woart55urbw792u/image1.jpg 不是图片,而是 HTML 网页。
-
但我对来自 Dropbox 的其他 6 张图片使用了类似的链接,但它可以正确显示(当图片 url 在 css 中给出时)。请指导我