一个是name=“button” type="button",,请问这两个有什么区别吗
type类型,name可以作为锚链接定义,如:
<input name="button" type="button" onClick="rec()" value="点击我,弹出确认对话框" /> <a href="#button">点我跳转</a>
如上,只要点击a,立刻调到按钮位置
type表示类型 name可以随便起