为什么window.location.htm在chrome中返回about:black

Why does window.location.href return about:blank in chrome?

本文关键字:返回 about black chrome window location htm 为什么      更新时间:2023-09-26

我正在尝试创建一个简单的bookmarklet来捕获页面的标题和url。这基本上就是我所拥有的:

<a href="javascript:location.href='http://supergroovsite.net?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(window.document.title)">bookmarklet</a>

它在其他浏览器中运行良好,但Chrome返回"about:black"。有时它会返回正确的url。为什么会发生这种情况?

这可能有助于您解决问题:location.href是关于:Chrome中的空白。希望它能帮助