document.title 的替代品?

发布于 2024-10-19 11:31:29 字数 172 浏览 3 评论 0原文

我正在尝试返回页面标题。使用 document.title 似乎并不可靠。它通常返回页面内框架的标题,有时不返回任何内容,具体取决于网页。我想返回 Gmail 页面上选项卡顶部显示的标题,例如 Gmail - 收件箱等..。 document.title 有其他选择吗?我正在 Chrome 上进行测试。

I'm attempting to return the page title. Using document.title doesn't appear to be reliable. It's often returning the title of frames within a page and sometimes nothing depending on the web page. I'd like to return the title which appears at the top of the tab e.g Gmail - Inbox etc.. on a Gmail page. Is there any alternatives to document.title? I'm testing on Chrome.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

向日葵 2024-10-26 11:31:29

听起来问题出在框架上。您可以尝试 top.document.title,它将为您提供最顶层框架的标题。

Sounds like the problem is with frames. You could try top.document.title, which will give you the title of the topmost frame.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文