為什么我的按鈕是文本框形式的
<!DOCTYPE?html> <html> <head> <meta?charset="UTF-8"> <title>Document</title> ????<script?type="text/javascript"> ????????function?rec()?{ ????????var?mychar=10 ????????alert(mychar); ????????} ????</script> </head> <body> ????<input?type="botton"?name="botton"?onClick="rec()"?value="ABCD"> </body> </html>
2016-03-28
哥們 你 input 標簽里的type屬性的屬性值寫錯了 是button 不是botton
2016-03-28
botton寫錯了,應該是button
2016-03-28
是button,不是botton
2016-03-28
botton寫錯了,應該button
2016-03-28
上邊不對吧。。不行的
2016-03-28
var?mychar=10??? 后面未加分號