TypechoJoeTheme

Dcr163的博客

统计

JS_定时器setTimeout 笔记

2015-10-18
/
0 评论
/
945 阅读
/
正在检测是否收录...
10/18

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>定时器setTimeout</title>
        <script type="text/javascript">
            function cl(){
                var img1=document.getElementsByTagName('img')[0];
                if (img1.src.indexOf('1.jpg')>=0) {
                    img1.src='2.jpg';
                } else{
                    img1.src='1.jpg';
                }
            }
            window.setTimeout('cl()', 2000);
        </script>
    </head>
    <body>
        <h1>定时器使用</h1>
        <img src="1.jpg" alt="" />
    </body>
</html>

朗读
赞(0)
版权属于:

Dcr163的博客

本文链接:

http://dcr163.cn/55.html(转载时请注明本文出处及文章链接)

评论 (0)

人生倒计时

今日已经过去小时
这周已经过去
本月已经过去
今年已经过去个月

最新回复

  1. slot demo
    2025-01-13
  2. 陌天
    2025-01-09
  3. Kerrie Bostick
    2024-12-28
  4. Norma Gainey
    2024-09-21
  5. Amber Powlett
    2024-05-09

标签云