js这个为什么老是显示图片加载失败呢??
怎么改呢<html><head><styletype="text/css"></style><script>functiontoDou(n){if(n>10){retur...
怎么改呢
<html>
<head>
<style type="text/css">
</style>
<script>
function toDou(n)
{
if(n>10)
{
return ''+n;
}
else
{
return '0'+n;
}
}
window.onload=function(){
var aImg=document.getElementsByTagName("img");
setInterval(function(){
var oDate=new Date()
var str=toDou(oDate.getHours())+toDou(oDate.getMinutes())+toDou(oDate.getSeconds());
for(i=0;i<aImg.length;i++)
{
aImg[i].src='img/'+src.charAt(i)+'.png';
}
},1000);
};
</script>
</head>
<body>
<img src="img/0.png">
<img src="img/0.png">
:
<img src="img/0.png">
<img src="img/0.png">
:
<img src="img/0.png">
<img src="img/0.png">
</body>
</html> 展开
<html>
<head>
<style type="text/css">
</style>
<script>
function toDou(n)
{
if(n>10)
{
return ''+n;
}
else
{
return '0'+n;
}
}
window.onload=function(){
var aImg=document.getElementsByTagName("img");
setInterval(function(){
var oDate=new Date()
var str=toDou(oDate.getHours())+toDou(oDate.getMinutes())+toDou(oDate.getSeconds());
for(i=0;i<aImg.length;i++)
{
aImg[i].src='img/'+src.charAt(i)+'.png';
}
},1000);
};
</script>
</head>
<body>
<img src="img/0.png">
<img src="img/0.png">
:
<img src="img/0.png">
<img src="img/0.png">
:
<img src="img/0.png">
<img src="img/0.png">
</body>
</html> 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
2个回答
展开全部
src.charAt(i) 换成i
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询