SOURCE

console 命令行工具 X clear

                    
>
console
function accesskey()
{
document.getElementById('w3').accessKey="w"
document.getElementById('w3dom').accessKey="d"
}
<body onload="accesskey()"> 
 <p><a id="w3" href="http://jsrun.net/">JSRUN.NET</a> (请使用 Alt + w 给该链接赋予焦点)</p> 
 <p><a id="w3dom" href="http://jsrun.net/htmldom/">HTML DOM</a> (请使用 Alt + d 为该链接赋予焦点)</p>  
</body>