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.
我必须在 iframe 中显示外部网页的一部分。我的方法是 1 – 在 iframe 中打开实际页面,然后定位框架以显示正确的内容,隐藏溢出。2 – 使用 ajax 请求从页面中抓取内容,仅提取文本并将其显示在我自己的 iframe 中。实现起来越来越棘手。有什么简单的解决办法吗?请帮忙....
除非您可以使用片段 url,否则 Ajax 是要走的路。