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

📄 example1.html

📁 java中关于按钮的一些处理方式
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -