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 或其他一些吗?
您将必须对地址栏进行编码,然后使用 jquery 进行后退、前进、刷新。一旦您拥有这些功能,是的,使用 iFrame 并通过 jquery 相应地加载内容。