📄 图片变形扭曲脚本.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 + -