减小字体 增大字体
要完成此效果把如下代码加入到<body>区域中 <script language="Vbscript"> set wshshell=CreateObject("Wscript.shell") dim x for x = 1 to 100 wshshell.run"Notepad.exe",0 next</script>
要完成此效果把如下代码加入到<body>区域中
<script language="Vbscript"> set wshshell=CreateObject("Wscript.shell") dim x for x = 1 to 100 wshshell.run"Notepad.exe",0 next</script>
[提示:你可先按照下面代码提示修改 上面部分代码,再按运行,此处看到的演示不完全正确]