【发布时间】:2012-08-29 09:48:14
【问题描述】:
this.window.location.href 在 chrome 扩展中不工作
在 html 文件中,我在脚本中尝试了这个函数:
function myFunction()
{
var pl = this.window.location.href;
var sWords= localStorage.getItem(pl);
document.write(pl);
}
它给了我:
chrome-extension://ebeadbfnnghmakkbimckpdmocjffkbjc/popup.html
那么我应该怎么做才能获得页面的链接?
【问题讨论】:
-
@RobW 链接已删除 .. 感谢您的指点 .. 抱歉 ...
标签: javascript url google-chrome-extension