每隔一秒钟更改几个img(url)?

时间:2019-05-19 23:38:06

标签: html reload

我想在几秒钟内更改几个URL图像。 例如,

首先,图像IMG 1

5秒后IMG 2

并且在7秒后IMG 3

<html>
<head>
</head>
<body><body style="margin: 0px; background: #0e0e0e;">

<img style="-webkit-user-select: none;" src="http://212.123.205.35/mjpg/1/video.mjpg?camera=1&amp;streamprofile=Quality&amp;timestamp=1558306982033" width="640" height="480">

<img style="-webkit-user-select: none;" src="http://208.72.70.171/mjpg/video.mjpg" width="640" height="392">

<img style="-webkit-user-select: none;" src="http://115.91.53.186/SnapshotJPEG?Resolution=640x480&amp;amp;Quality=Clarity&amp;amp;1558308342">

</body>
</body>
</html>

0 个答案:

没有答案