标题:求大神们帮忙看下这段 代码 和算法
取消只看楼主
q380972766
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2013-9-26
结帖率:0
已结贴  问题点数:20 回复次数:2 
求大神们帮忙看下这段 代码 和算法
</script>
<script type="text/javascript">
    function closeTop(day) {
        document.getElementById("topFloat").style.display = "none";
        document.getElementById("top_hidden").style.display="none";
        SetCookie_top('dd_top_url', '1', day);
    }
    function SetCookie_top(name, value, day)
    {
        var exp = new Date();
        exp.setTime(exp.getTime() + parseInt(day) * 24 * 60 * 60 * 1000);
        document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString() + ";path=/;domain=
    }
    function getCookie_top(name)//取cookies函数        
    {
        var arr = document.cookie.match(new RegExp("(^| )" + name + "=([^;]*)(;|$)"));
        if (arr != null) return unescape(arr[2]); return null;

    }
    function showSiteTop(i) {
        if (i < 70) {
            var hh = i - 70;
            document.getElementById("topFloat").style.top = hh + "px";
            i = i + 1;
            setTimeout("showSiteTop(" + i + ")", 30);
        }
    }
    var mob_status = 1;
    //alert(vip_level);
    if(mob_status != 1){
        if (getCookie_top('dd_top_url') != 1) {
            //showSiteTop(0);
            document.getElementById("topFloat").style.display = "";
            document.getElementById("top_hidden").style.display="";
        }
    }
    function showSiteTop2(i) {
        if (i <= 22) {
            i++;
            setTimeout("showSiteTop2(" + i + ")", 50);
        }
搜索更多相关主题的帖子: javascript function escape 
2013-09-26 17:17
q380972766
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2013-9-26
得分:0 
回复 楼主 q380972766
能不能告诉我下这个是怎么算的啊?
2013-09-26 17:28
q380972766
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2013-9-26
得分:0 
回复 2楼 303770957
能不能告诉我怎么算的啊?
2013-09-26 17:29



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-421139-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.471227 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved