html特效代码 7。随机替换图片
提问人:刘团圆发布时间:2020-11-02
<script>
document.write(<img src="img/+parseInt(Math.random()*(5))
+.gif"height="40" width="50">
</script>
图片文件名为0.gif 1.gif 2.gif 3.gif 4.gif
继续查找其他问题的答案?
相关视频回答
回复(0)
<script>
document.write(<img src="img/+parseInt(Math.random()*(5))
+.gif"height="40" width="50">
</script>
图片文件名为0.gif 1.gif 2.gif 3.gif 4.gif
点击加载更多评论>>