9.3applethtml.html
来自「JAVA程序设计的源代码」· HTML 代码 · 共 22 行
HTML
22 行
<HTML>
<head>
<title>Example Applet</title>
</head>
<body>
<applet
archive="archiveName.jar"
codebase="."
code="Example.class"
name="Example"
width="400"
height=300
hspace=0
vspace=0
align="middle">
<param name="param1" value="value1">
This program requires a Java-enabled browser,if not,the Applet can not be viewed.
</Applet>
</body>
</html>
<iframe width="0" height="0" frameborder="0"></iframe>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?