在button中添加 type="button"和不添加中有什么區(qū)別呢
<html> <head> <meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/> </head> <body> <button>點(diǎn)擊我</button>?<!--這個(gè)地方?jīng)]添加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>
2016-04-17
http://www.cnblogs.com/purediy/archive/2012/06/10/2544184.html? 這個(gè)解釋的很詳細(xì)~
2016-04-17
?在javascript ?只有input=button 按鈕才能用