calculatorapplet.html

来自「java实例计算器.rar」· HTML 代码 · 共 25 行

HTML
25
字号
<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 + =
减小字号Ctrl + -
显示快捷键?