📄 displaymessageapp.html
字号:
<html>
<head>
<title>Passing Parameters to Java Applets</title>
</head>
<body>
This applet gets a message from the HTML page and displays it.
<p>
<applet
code = "DisplayMessageApp.class"
width = 200
height = 200
alt="You must have a Java 2 browser to view the applet" VIEWASTEXT>
<param name=MESSAGE value="Welcome to Java">
<param name=X value=20>
<param name=Y value=100>
</applet>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -