📄 appletexample3.htm
字号:
<html>
<head>
<title>Applet Example</title>
<script>
function getMessageFromApplet(sMessage) {
alert("Applet says: " + sMessage);
}
</script>
</head>
<body>
<p>This page defines a function that is called by the applet once
it is loaded.</p>
<object type="application/x-java-applet" code="ExampleApplet3.class"
width="400" height="50" id="ExampleApplet">
<param name="mayscript" value="true" />
</object>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -