📄 figure10-22.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -