代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="60"><!--refresh per 60 seconds-->
<title>Seraphine Wall</title>
<link href="css/style_PhotoWall.css" rel="stylesheet" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onload="variableImage()">
<script type="text/javascript">
function variableImage(){
for(var i = 0;i<12;i++){
var NowFrame=parseInt(Math.random()*72);
document.getElementById("showImage"+i).src="images/"+NowFrame+".jpg";
}
}
</script>
<div>
<img id="showImage0" width="384" height="216"/>
<img id="showImage1" width="576" height="324"/>
<img id="showImage2" width="384" height="216"/>
<img id="showImage3" width="384" height="216"/>
<img id="showImage4" width="576" height="324"/>
<img id="showImage5" width="384" height="216"/>
<img id="showImage6" width="864" height="486"/>
<img id="showImage7" width="576" height="324"/>
<img id="showImage8" width="672" height="378"/>
<img id="showImage9" width="384" height="216"/>
<img id="showImage10" width="576" height="324"/>
<img id="showImage11" width="576" height="324"/>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。