20-1.txt

来自「Javascript语言开发经典教程开发」· 文本 代码 · 共 10 行

TXT
10
字号
<!-- Here's the applet. --><APPLET NAME="animation" CODE="Animation.class" WIDTH=500 HEIGHT=200></APPLET><!-- And here are the buttons that start and stop it. --><FORM><INPUT TYPE=button VALUE="Start" onclick="document.animation.start()"><INPUT TYPE=button VALUE="Stop" onclick="document.animation.stop()"></FORM>

⌨️ 快捷键说明

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