温柔半两,从容一生
今天在用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 一缕半夏微光 阅读(1037) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 一缕半夏微光 Powered by .NET 9.0 on Kubernetes