example1.html

来自「java中关于按钮的一些处理方式」· HTML 代码 · 共 50 行

HTML
50
字号
<html>  <head>      <title>Card Test (1.1)</title>  </head>  <body>      <h1>Card Test (1.1)</h1>      <hr>      <!--"CONVERTED_APPLET"--><!-- HTML CONVERTER --><OBJECT     classid = "clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA"    codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0"    WIDTH = 400 HEIGHT = 300 >    <PARAM NAME = CODE VALUE = CardTest.class >    <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.4.2">    <PARAM NAME = "scriptable" VALUE = "false">    <COMMENT>	<EMBED             type = "application/x-java-applet;jpi-version=1.4.2" \            CODE = CardTest.class \            WIDTH = 400 \            HEIGHT = 300 \	    scriptable = false \	    pluginspage = "http://java.sun.com/products/plugin/index.html#download">	    <NOEMBED>            alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."	Your browser is completely ignoring the &lt;APPLET&gt; tag!            </NOEMBED>	</EMBED>    </COMMENT></OBJECT><!--<APPLET CODE = CardTest.class WIDTH = 400 HEIGHT = 300>alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."	Your browser is completely ignoring the &lt;APPLET&gt; tag!</APPLET>--><!--"END_CONVERTED_APPLET"-->      <hr>      <a href="CardTest.java">The source</a>.  </body></html>

⌨️ 快捷键说明

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