通过<input>中的button实现页面跳转

button.onclick = function () {
window.location.href='index.jsp';
}

//在js中的写法

猜你喜欢

转载自www.cnblogs.com/XueTing/p/10909095.html