?? 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 + -