📄 test.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="zoom.js"></SCRIPT>
</head>
<body>
<script language="JavaScript">
sZoomListBox.setImgPath('../image/zoom/');
document.writeln('<style>');
document.writeln(sZoomListBox.zoomListStyle);
document.writeln('</style>');
//绘制
sZoomListBox.BoxTop=120;
sZoomListBox.BoxLeft=10;
document.writeln(sZoomListBox.getDraw(1,'sZoomListBox'));
sZoomListBox.BoxTop=0;
sZoomListBox.BoxLeft=80;
document.writeln(sZoomListBox.getDraw(2,'sZoomListBox'));
sZoomListBox.BoxTop=0;
sZoomListBox.BoxLeft=80;
document.writeln(sZoomListBox.getDraw(3,'sZoomListBox'));
sZoomListBox.BoxTop=0;
sZoomListBox.BoxLeft=80;
document.writeln(sZoomListBox.getDraw(4,'sZoomListBox'));
sZoomListBox.BoxTop=0;
sZoomListBox.BoxLeft=80;
document.writeln(sZoomListBox.getDraw(5,'sZoomListBox'));
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -