源代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <body> <p> autofocus 属性按钮:</p> <button type="button" autofocus onclick="alert('Hello world!')">点我</button> <p><strong>注意:</strong> Internet Explorer 9 以及更早 IE 版本不支持 autofocus 属性。</p><hr> <p> disabled 属性按钮:</p> <button type="button" disabled>点我</button> </body> </html>
运行结果:
Fmpq工具