example4.html
来自「java applet动画演示源码」· HTML 代码 · 共 25 行
HTML
25 行
<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> <applet codebase="." 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 <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag! </applet> <hr> <a href="Animator.java">The source.</a> <hr> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?