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

2024年11月23日 04:43
有1个网友回答
网友(1):

举个例子:



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