⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 图片变形扭曲脚本.htm

📁 VBSCRIPT的源码,相信很多html程序员都会用到,这些源码小小变动一下,可以用在很多地方,尤其在DHTML中!
💻 HTM
字号:
<html><head><title>图形变形</title><script LANGUAGE="VBScript">     times=0</script></head><body bgcolor="#fef4d9" onload= "ShowMovePic"><center><img src="j2.gif" name="u" border="0" alt="很好玩的"><script LANGUAGE="VBScript">dim  b,cb = 1c = truesub ShowMovePic	if c = true then	   b=b+1	end if	if b=100 then 	  b=b-1	  c = false	end if 	if b=10 then 	  b=b+1	  c = true	end if	if c = false then 	  b=b-1	end if	u.width=150 + b	u.height=125 - b	Window.SetTimeout "ShowMovePic",50end sub</script></center></body></html>

⌨️ 快捷键说明

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