script08.js
来自「图灵程序设计丛书 JavaScript基础教程源代码」· JavaScript 代码 · 共 11 行
JS
11 行
window.onload = initAll;function initAll() { document.getElementById("redirect").onclick = initRedirect;}function initRedirect() { alert("We are not responsible for the content of pages outside our site"); window.location = this; return false;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?