calculatorapplet.html
来自「Java经典教程core java」· HTML 代码 · 共 9 行
HTML
9 行
<html>
<head><title>A Calculator</title></head>
<body>
<p>Here is a calculator, just in case you can't find yours.</p>
<applet code="CalculatorApplet.class" width="180" height="180">
</applet>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?