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.
我想在 Rails 中的站点弹出窗口中呈现指向外部站点的链接。这样做的最佳方法是什么?
例如,当在我的网站上单击链接时,我希望在弹出的部分中显示 www.cnn.com 之类的内容。
您不能进行跨域 ajax 调用以在弹出窗口中显示。所以它不会像渲染链接那么容易。您可以尝试在该弹出窗口中使用 iframe。