input按钮跳转
摘要:
今天在用DW写界面的时候,搜了搜点击input按钮跳转界面,后面发现,以下两种方法均可跳转相关界面 1 <input type="button" value="点击跳转" onclick='location.href =( "a.html")'> 2 <input type="button" val 阅读全文
posted @ 2021-10-23 22:22 一缕半夏微光 阅读(1037) 评论(0) 推荐(0) 编辑