复制代码代码如下:
<! 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">
<adal>
<meta http-equiv = "contenu-type" contenu = "text / html; charset = utf-8" />
<Title> Images </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);
fonction changeImg () {
var obj = document.getElementById ("obj");
if (curindex == arr.length-1) {
curindex = 0;
} autre {
curindex + = 1;
}
obj.src = arr [curintex];
}
</cript>
<script linguisse = "javascript">
setInterval (test, 1000);
var array = new Array ();
var index = 0;
var array = nouveau tableau ("1 (1) .jpg", "1 (2) .jpg", "1 (3) .jpg", "1 (4) .jpg", "1 (5) .jpg", "1 (6) .jpg", "1 (7) .jpg", "1 (8) .jpg");
fonction test () {
var myimg = document.getElementById ("imgs");
if (index == array.length-1)
{index = 0; } else {index ++; }
myimg.src = array [index];
}
</cript>
</ head>
<body>
<img id = "obj" src = "1 (1) .jpg" border = 0 />
</docy>
<body>
</docy>
</html>