提示:您可以先修改部分代码再运行
<img src="图片位置" name="u" border="1" alt="很好玩的">
<script language="JavaScript">
var b = 1;
var c = true;
function drise(){
if(document.all);
if(c == true) {
b++;
}
if(b==100) {
b--;
c = false
}
if(b==10) {
b++;
c = true;
}
if(c == false) {
b--;
}
u.width=150 + b;
u.height=125 - b;
setTimeout("drise()",50);
}
drise();
</script>
提示:您可以先修改部分代码再运行
时间: 2024-09-28 21:03:35