我试图将图像从 url 加载到图片框,但我无法让它工作。页面的 url 是“ http://www.example.com/storage/image?12345 ”,但图片框没有加载它。这是图像所在页面的源代码。这是网页的全部代码,它使用我无权访问的 php 代码。
<html>
<body>
<img style = "-webkit-user-select: none" src = "http://www.example.com/storage/image?12345">
</body>
</html>
我现在的问题是如何使用给定的 url 让它工作。但是当我尝试在其他网站中获取图像时,例如在谷歌图像中。它工作正常。我希望有人可以帮助我解决这个问题。谢谢