📄 ch11-11.htm
字号:
<!--======================================-->
<!-- 范例程序 CH11_11.HTML -->
<!--======================================-->
<HTML>
<HEAD>
<TITLE>writeln的应用</TITLE>
<Script Language="JavaScript">
document.writeln("<BODY BackGround='bg.jpg'>")
document.writeln("<PRE>")
document.writeln("<h2>")
document.writeln("床前明月光")
document.writeln("疑似地上霜")
document.writeln("举头望明月")
document.writeln("低头思故乡")
document.writeln("</h2>")
document.writeln("</PRE>")
</Script>
</HEAD>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -