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.
我想知道是否有人知道允许外部站点嵌入重定向回我的站点的可点击图像的最佳(或最安全)方法?
我知道我可以在 src 中使用纯 HTML 的绝对路径,但这比说 Javascript 解决方案更好吗?
谢谢
<a href="http://your-site.com"> <img src="http://your-site.com/imgs/someimage.png" > </a>