gpt4 book ai didi

javascript - 使用 self.location.href 重定向不起作用

转载 作者:行者123 更新时间:2023-12-03 07:11:46 25 4
gpt4 key购买 nike

我的应用程序上有一个按钮,当用户单击它时,我希望重新加载页面。这是我的按钮:

<button type="button" class="btn btn-success-outline add_sol">Ajouter</button>

它调用 JavaScript 函数:

 $(function() {

$(".add_sol").click(function(){

var e = document.getElementById("select_sols");
var sol = e.options[e.selectedIndex].value;

var string = window.location.pathname+"_ajouter_sol"+window.location.search+"&id_sol="+sol;
alert(string); //The alert displays the right adress

self.location.href(string);

});
});

我使用string变量发出了警报,它显示了我想要的内容。但我不知道为什么 self.location.href 不起作用。

最佳答案

尝试window.location.href - 应该可以完美工作

关于javascript - 使用 self.location.href 重定向不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36592433/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com