tryit_view.asp@filename=try_dom_accesskey_anchor
来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRY_DOM_ACCESSKEY_ANCHOR 代码 · 共 20 行
ASP@FILENAME=TRY_DOM_ACCESSKEY_ANCHOR
20 行
<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 + =
减小字号Ctrl + -
显示快捷键?