在crossrider,我在後臺,代碼的功能如何重定向到crossrider中的書籤URL?
function buttonClick() {
alert(2);
// simulates similar behavior as an HTTP redirect
var url = "http://12bubbles.com";
window.location.replace(url);
}
安裝擴展,buttonClicked時()被調用後,alert()
並彈出,但重定向不能正常工作。我的代碼有問題嗎?
你可以發佈你的解決方案作爲答案,並在幾天內接受它。這真的會幫助其他用戶。謝謝! – PeeHaa