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.
我在我的 Web 应用程序的多个页面中使用相同的 iframe。我想在登录屏幕上加载一次 iframe,然后当带到下一页时,仍然会加载相同的 iframe 而不会刷新。
当定向到下一页时,有什么方法可以保持网页的一部分加载和静态?带有 iframe 的某种静态页脚会很棒。
感谢任何帮助。
在提交表单或使用链接的情况下,您可以target在页面上再添加一个 iframe。目标将加载新页面,而保留原始页面。
target