📄 tryit_view.asp@filename=try_dom_accesskey_anchor
字号:
<html>
<head>
<script type="text/javascript">
function accesskey()
{
document.getElementById('w3').accessKey="w";
document.getElementById('w3dom').accessKey="d";
}
</script>
</head>
<body onload="accesskey()">
<p><a id="w3" href="../default.htm">W3Schools.com</a> (Use Alt + w to give focus to the link)</p>
<p><a id="w3dom" href="../htmldom/default.htm">HTML DOM</a> (Use Alt + d to give focus to the link)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -