📄 catchthecreature.html
字号:
<HTML>
<HEAD>
<TITLE>The Circles Applet</TITLE>
</HEAD>
<BODY>
<CENTER>
<H3>The Circles Applet</H3>
<APPLET code="CatchTheCreature.class" width=800 height=600 >
</APPLET>
</CENTER>
<p>Above this text you should see a picture of a snowman.
This picture is generated by a Java applet. If you don't see
the picture, it may be because your browser is not set up to
process Java applets, or because the bytecode version of the
applet is not stored in the same location as this web page.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -