gpt4 book ai didi

html - 在 img 标签中使用时不显示外部图像

转载 作者:搜寻专家 更新时间:2023-10-31 22:03:37 25 4
gpt4 key购买 nike

我有这些奇怪的图像 url,如果我在浏览器中直接调用,图像会显示,但当我在 img 标签中使用它时,图像不会显示。

http://thetvdb.com/banners/_cache/fanart/original/248951-1.jpg

我确定我犯了一些愚蠢的错误。这是简单的代码。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org
/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title></title>
</head>
<body>
<img src="http://thetvdb.com/banners/_cache/fanart/original/248951-1.jpg" alt=""/>
</body>
</html>

有什么帮助吗?

最佳答案

电视数据库 does not want使用他们的带宽在您的网站上显示图像。

We don't allow any kind of hotlinking, you are only allowed to directly download the images and then use them as you see fit, you may not use us as a host.

他们已采取措施阻止您这样做。

quentin@laptop:~ # curl -e http://example.com/ http://thetvdb.com/banners/_cache/fanart/original/248951-1.jpg
<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>

关于html - 在 img 标签中使用时不显示外部图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9724630/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com