<!DOCTYPE html>
<html>
<head>·
<meta·charset="utf-8">·
<title>W3Cschool(w3cschool.cn)</title>·
</head>
<body>
<button type="button" autofocus onclick="alert('Hello world!')">点我</button>
<p><strong>注意:</strong> Internet Explorer 9 以及更早 IE 版本不支持 autofocus 属性。</p>
</body>
</html>