在文件夹中,我有以下图像 w1.jpg,w2.jpg...... w7.jpg,现在我有此代码用于在我的 html 页面上显示 w1.jpg
<html>
<body >
<div style='position:absolute;z-index:0;left:0;top:0;width:100%;height:100%'>
<img src='w1.jpg' style='width:99%;height:99%' alt='[]' />
</div>
</body>
</html>
我想知道,如何编写脚本,在特定的时间间隔内将图像从 w1.jpg 更改为 w7.jpg,据我所知,javascript 中使用了 setInterval 函数,但你能帮助理解我必须如何在我的代码中使用它?非常感谢