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 的内容实际上是在单击主页侧边栏上的链接时加载的 perl 生成的 html。但即使它只是普通的 html。有没有办法将主页与指定的 iframe 内容一起添加为书签?
您始终可以将查询字符串或哈希标记添加到 URL。然后让你的 iframe 根据查询/哈希输入加载 HTML(当然是在清理之后)。这样,当用户为页面添加书签时,适当的内容将填充 iframe。