码迷,mamicode.com
首页 > 其他好文 > 详细

改变状态栏

时间:2017-05-20 14:29:39      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:www   tin   asc   xhtml   改变   func   head   XML   body   

改变状态栏

 

<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title></title>
    <script language="javascript">
        var count = 55;
        function update() {
            if (count > 0)
                status = count--;
        }
        //defaultstaus =""; 设置状态栏

    </script>
   
</head>
<body onload="setInterval(‘update()‘, 1000);">
  
</body>
</html>

 

改变状态栏

标签:www   tin   asc   xhtml   改变   func   head   XML   body   

原文地址:http://www.cnblogs.com/bingxing/p/6882058.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!