HTML中有一个button,如何让它点击后跳转到指定页面或动作
< a href = "路径" >< input type = "button" / > </ a >
<
a
href
=
"路径"
><
input
type
"button"
>
</
在按钮外面扩一个a标签就好了