js点击按钮跳转页面有哪些方法

2024-11-23 04:43:30
推荐回答(1个)
回答1:

举个例子:



js:
function f()
{
window.location.href="jd.com";
}
以上代码就会跳转到京东了