qq_王允_03153589
2016-04-17 17:47
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <button>点击我</button> <!--这个地方没添加type="button"--> </body> </html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <button type="button">Click Me!</button> </body> </html>
在javascript 只有input=button 按钮才能用
JavaScript入门篇
739817 学习 · 9566 问题
相似问题