复制代码代码如下:
<!doctype html public " - // w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<Meta http-equiv = "content-type" content = "text /html; charset = utf-8" />
<title>画像</title>
<script type = "text/javascript">
var curindex = 0;
var timeinterval = 1000;
var arr = new array();
arr [0] = "1(1).jpg";
arr [1] = "1(2).jpg";
arr [2] = "1(3).jpg";
arr [3] = "1(4).jpg";
arr [4] = "1(5).jpg";
arr [5] = "1(6).jpg";
arr [6] = "1(7).jpg";
arr [7] = "1(8).jpg";
setInterval(changeimg、timeinterval);
function changeimg(){
var obj = document.getElementById( "obj");
if(curindex == arr.length-1){
curindex = 0;
} それ以外 {
curindex += 1;
}
obj.src = arr [curindex];
}
</script>
<スクリプト言語= "javascript">
SetInterval(テスト、1000);
var array = new Array();
var index = 0;
var array = new Array( "1(1).jpg"、 "1(2).jpg"、 "1(3).jpg"、 "1(4).jpg"、 "1(5).jpg"、 "1(6).jpg"、 "1(7).jpg"、 "1(8).Jpg");
function test(){
var myimg = document.getElementById( "IMGS");
if(index == array.length-1)
{index = 0; } else {index ++; }
myimg.src = array [index];
}
</script>
</head>
<body>
<img id = "obj" src = "1(1).jpg" border = 0 />
</body>
<body>
</body>
</html>