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

📄 example1.html

📁 JDK示例改进版
💻 HTML
字号:
<html>  <head>    <title>The Animator Applet (1.1) - example 1</title>    <!-- Changed by: Herb Jellinek, 18-Apr-1996 -->  </head>  <body>      <h1>The Animator Applet (1.1) - example 1</h1>      <applet code=Animator.class width=460 height=160>	<param name=imagesource value="images/Beans">	<param name=backgroundcolor value="0xc0c0c0">	<param name=endimage value=10>	<param name=soundsource value="audio">	<param name=soundtrack value=spacemusic.au>	<param name=sounds value="1.au|2.au|3.au|4.au|5.au|6.au|7.au|8.au|9.au|0.au">	<param name=pause value=200>        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>      <hr>      <a href="Animator.java">The source.</a>      <hr>  </body></html>

⌨️ 快捷键说明

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