我正在尝试使用 javascript 导航到新页面。当我将 window.location.href = "next.html" 放在页面标题中时,它可以正常工作。但是在单击按钮后从函数调用它时,它不起作用。示例代码:
function next(){
$post = "?id=10"
alert($post);
window.location.href = "next.html" + $post;
}
警报显示 ?id=10,但不会重定向。谢谢您的帮助
“失踪是一个错字,不在真实的网站上,对不起!