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 来显示网页。如何在 web 浏览器地址字段中显示加载到 iframe 中的页面 url。
你不能。如果http://fakebanksitewithrealbanksiteiniframe.com可以只显示http://yourbank.com怎么办?
这在技术上是不可能的。我建议你把它放在网址的后面,而不是像:
http(s)://mydomain/myurl?mysubUrl=...
但请注意,您必须转义参数!