温柔半两,从容一生
今天在用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 一缕半夏微光 阅读(1065) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3