📄 appletmenudemo.html
字号:
<!-- HTML code, this code is separated from the preceding Java code>
<html>
<head>
<title>AppletMenuDemo</title>
</head>
<body>
<applet
code = "AppletMenuDemo.class"
width = 400
height = 100
alt="You must have a JDK 1.2-enabled browser to view the applet">
</applet>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -