要将查询字符串传递给window.location.replace(),可以通过以下步骤实现:
var name = "John";
var age = 25;
var url = "https://example.com/page?name=" + name + "&age=" + age;
或者使用模板字符串:
var name = "John";
var age = 25;
var url = https://example.com/page?name=${name}&age=${age}
;
window.location.replace(url);
请注意,这将立即导航到新的URL,当前页面的所有内容将被替换。
总结起来,要将查询字符串传递给window.location.replace(),需要构建包含查询字符串的URL,并使用window.location.replace()方法将其传递给浏览器。这样可以实现在当前窗口中加载带有查询参数的新URL。
没有搜到相关的沙龙
领取专属 10元无门槛券
手把手带您无忧上云