Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在不下载外部图像的情况下代理它们?
我的想法是提供一个脚本(即proxy.php),我可以在这样的src属性中使用它:
proxy.php
src
<img src="http://myseconddomain.com/proxy.php?img=http://example.com/externalimage.png">
您必须至少下载一次。完成后,您可以缓存它们并从缓存中提供图像。这是更通用的缓存代理的一个子集。