为什么window.location.href对我的Google Extension不起作用?

时间:2015-01-10 05:01:28

标签: javascript google-chrome-extension

我正在创建 Google扩展程序,我正在使用window.location.href将其重定向到网站。前两行代码有效,但window.location.href没有。 我不知道如何解决这个问题,我很难过。

var reply = prompt("Please put in the clothings ID");
var idofreply = reply - 1;
window.location.href = 'http://nbcasset.x10.bz/' + idofreply;

此行不起作用:window.location.href = 'http://nbcasset.x10.bz/' + idofreply;

0 个答案:

没有答案
相关问题