script.js

来自「lynda.com 2007年出品的javascript essential t」· JavaScript 代码 · 共 11 行

JS
11
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?