如果我能像这样制作图像网址,请告诉我 http://placehold.it/1000/1000 除此之外 https://i.ytimg.com/vi/sXAwqoJ-WUA/maxresdefault.jpg
简而言之,我想将图片链接(https://i.ytimg.com/vi/sXAwqoJ-WUA/maxresdefault.jpg)更改为我的网站目录(mysite.com/images/one)
编辑:这不是其他问题的重复,因为我想在我的服务器上没有图像时这样做。
答案 0 :(得分:0)
是的,你可以这样做,因为你必须创建一个html文件并在' index.html'您可以将图像插入图像标记。
<!DOCTYPE html>
<html>
<head>
<title> images </title>
</head>
<body>
<img src="http://placehold.it/1000/1000 " style="max-width: 100%">
</body>
</html>
文件位置
mysite.com/images/one/index.html
并运行你的链接mysite.com/images/one