⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calculatorapplet.html

📁 一个java程序写的计算器
💻 HTML
字号:
<HTML>
<!-- 此文件由BlueJ Java Development自动生成 --><!-- 环境.  每次自动生成 --><!-- applet在运行.  任何手动改变都将导致文件丢失 --><!-- 下次此applet在BlueJ中运行. 存为  --><!-- directory outside of the package directory if you want to    --><!-- preserve this file. -->
    <HEAD>
        <TITLE>CalculatorApplet Applet</TITLE>
    </HEAD>
    <BODY>
        <H1>CalculatorApplet Applet</H1>
        <HR>
        <APPLET CODE="CalculatorApplet.class" 
            WIDTH=200 
            HEIGHT=100
            CODEBASE=.>
            
            ALT="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
            Your browser is ignoring the &lt;APPLET&gt; tag!      
        </APPLET>
        <HR>
    </BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -