返回顶部

一缕半夏微光

温柔半两,从容一生

导航

input按钮跳转

今天在用DW写界面的时候,搜了搜点击input按钮跳转界面,后面发现,以下两种方法均可跳转相关界面

1 <input type="button" value="点击跳转" onclick='location.href =( "a.html")'>
2 <input type="button" value="点击跳转" onclick="window.location.href = 'a.html'">

posted on 2021-10-23 22:22  一缕半夏微光  阅读(1013)  评论(0编辑  收藏  举报