figure10-22.htm

来自「SVG资料。这是一个SVG资料」· HTM 代码 · 共 16 行

HTM
16
字号
<html>
<head>
  <title> SVG pendulum </title>
  </head>
  <body>
    <center>
      <h1>SVG pendulum</h1>
      <embed src="pendulum.svg" height="400" width="800">
      <form>
        <input type=button value="Start" onClick="window.active=true; window.Animate();">
        <input type=button value="Stop"  onClick="window.active=false;">
      </form>
    </center>
  </body>
</html>

⌨️ 快捷键说明

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