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

📄 example4.html

📁 java 关于动画的一段处理程序,很精采的]
💻 HTML
字号:
<html>  <head>    <title>The Animator Applet - example 4 (1.1)</title>    <!-- Changed by: Herb Jellinek, 18-Apr-1996 -->  </head>  <body>      <h1>The Animator Applet - example 4 (1.1)</h1>      <!--"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 = 460 HEIGHT = 460 >    <PARAM NAME = CODE VALUE = "Animator.class" >    <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.4.2">    <PARAM NAME = "scriptable" VALUE = "false">    <PARAM NAME = imagesource VALUE="images/Beans">    <PARAM NAME = backgroundcolor VALUE="0x00aa00">    <PARAM NAME = positions VALUE="0@10|0@30|0@50|0@70|0@90|0@110|0@130|0@150|0@170|0@190">    <PARAM NAME = endimage VALUE=10>    <PARAM NAME = pause VALUE=100>    <PARAM NAME = repeat VALUE=true>    <PARAM NAME = href VALUE="index.html">    <COMMENT>	<EMBED             type = "application/x-java-applet;jpi-version=1.4.2" \            CODE = "Animator.class" \            WIDTH = 460 \            HEIGHT = 460 \            imagesource ="images/Beans" \            backgroundcolor ="0x00aa00" \            positions ="0@10|0@30|0@50|0@70|0@90|0@110|0@130|0@150|0@170|0@190" \            endimage =10 \            pause =100 \            repeat =true \            href ="index.html" \	    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 = "Animator.class" WIDTH = 460 HEIGHT = 460><PARAM NAME = imagesource VALUE="images/Beans"><PARAM NAME = backgroundcolor VALUE="0x00aa00"><PARAM NAME = positions VALUE="0@10|0@30|0@50|0@70|0@90|0@110|0@130|0@150|0@170|0@190"><PARAM NAME = endimage VALUE=10><PARAM NAME = pause VALUE=100><PARAM NAME = repeat VALUE=true><PARAM NAME = href VALUE="index.html">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="Animator.java">The source.</a>      <hr>  </body></html>

⌨️ 快捷键说明

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