简单教程
提交运行
代码编辑器:
<script> function alertType(){ alert(document.getElementById("myButton").type) } </script> <button id="myButton" type="button" onclick="alertType()">点我!</button>
运行结果: