账号通
    

账号  

密码  

1477

查看

0

回复
主题:[求助]如何将下面网站统计的起始数值由1改为6051? [收藏主题]  
syghc 当前离线

28

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:53 分
登录次数:35 次
注册时间:2010/10/17
最后登录:2011/6/3
syghc 发表于:2010/12/4 14:06:17   | 显示全部帖子 查看该作者主题 楼主 
科汛智能建站系统
<script language="JavaScript">

<!--

var caution = false

function setCookie(name, value, expires, path, domain, secure) {

        var curCookie = name + "=" + escape(value) +

                ((expires) ? "; expires=" + expires.toGMTString() : "") +

                ((path) ? "; path=" + path : "") +

                ((domain) ? "; domain=" + domain : "") +

                ((secure) ? "; secure" : "")

        if (!caution || (name + "=" + escape(value)).length <= 4000)

                document.cookie = curCookie

        else

                if (confirm("Cookie exceeds 4KB and will be cut!"))

                        document.cookie = curCookie

}

function getCookie(name) {

        var prefix = name + "="

        var cookieStartIndex = document.cookie.indexOf(prefix)

        if (cookieStartIndex == -1)

                return null

        var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)

        if (cookieEndIndex == -1)

                cookieEndIndex = document.cookie.length

        return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))

}

function deleteCookie(name, path, domain) {

        if (getCookie(name)) {

                document.cookie = name + "=" +

                ((path) ? "; path=" + path : "") +

                ((domain) ? "; domain=" + domain : "") +

                "; expires=Thu, 01-Jan-70 00:00:01 GMT"

        }

}

function fixDate(date) {

        var base = new Date(0)

        var skew = base.getTime()

        if (skew > 0)

                date.setTime(date.getTime() - skew)

}

var now = new Date()

fixDate(now)

now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000)

var visits = getCookie("counter")

if (!visits)

        visits = 1

else

        visits = parseInt(visits) + 1

setCookie("counter", visits, now)

document.write("您是第 " + visits + " 个来到本站访客")

// -->

</script>

这个代码的起始数值为1,如何将它改为6051开始,谢谢。
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.06201秒 powered by KesionCMS 9.0