📄 script.js
字号:
// this is a single line commentwindow.onload = writeMessage;/* this is a lengthy multi-line comment that goes on and on and on*/function writeMessage() { document.getElementById("helloMessage").innerHTML = "Hello, world! from an external script";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -