图片变形扭曲脚本.htm
来自「VBSCRIPT的源码,相信很多html程序员都会用到,这些源码小小变动一下,可」· HTM 代码 · 共 38 行
HTM
38 行
<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 + =
减小字号Ctrl + -
显示快捷键?