<div class="codetitle"> <span><a style="CURSOR: pointer" data="21656" class="copybut" id="copybut21656" onclick="doCopy('code21656')"><u>复制代码</u></a></span>代码如下:</div> <div class="codebody" id="code21656"> <br><script language="JavaScript"><br>< !-- <BR>var 注意 = false<BR>関数 setCookie(名前, 値, 有効期限, パス, ドメイン, セキュリティ保護) {<BR> var curCookie = name "="エスケープ(値) <BR> ((有効期限) ? "; 期限切れ = 期限切れ.toGMTString() : "") <BR> ((パス) ? "; パス= パス : "") <BR> ((ドメイン) ? "; ドメイン= ドメイン : "" ) <BR> ((secure) ? "; secure" : "")<BR> if (!caution || (name "="scape(value)).length <= 4000)<BR> document.cookie = curCookie<BR> else<BR> if (confirm("Cookie が 4KB を超えているためカットされます!"))<BR> document.cookie = curCookie<BR>}<BR>function getCookie(name) {<BR> var プレフィックス= name "="<BR> var cookieStartIndex = document.cookie.indexOf(prefix)<BR> if (cookieStartIndex == -1)<BR> return null<BR> var cookieEndIndex = document.cookie.indexOf(";" 、cookieStartIndex prefix.length)<BR> if (cookieEndIndex == -1)<BR> cookieEndIndex = document.cookie.length<BR> return unescape(document.cookie.substring(cookieStartIndex prefix.length, cookieEndIndex))<BR> }<BR>function deleteCookie(名前, パス, ドメイン) {<BR> if (getCookie(name)) {<BR> document.cookie = name "= <BR> ((パス) ? "; path=" パス : "") <BR> ((ドメイン) ? "; ドメイン=" ドメイン : "") <BR> "; 期限切れ=木曜日、01-1月-70 00:00:01 GMT"<BR> }<BR>}<BR>function fixDate(date) {<BR> varbase = new Date(0)<BR> var skew =base.getTime()<BR> if (skew > 0)<BR> date.setTime(date.getTime() - skew)<BR>}<BR>var now = new Date()<BR>fixDate(now)<BR>now.setTime(now.getTime() 365 * 24 * 60 * 60 * 1000)<BR>var訪問数 = getCookie("counter")<BR>if (!visits)<BR> 訪問数 = 1<BR>else<BR> 訪問数 = parseInt(visits) 1<BR>setCookie ("カウンター"、訪問、現在)<BR>document.write("您是到访的第" 訪問 "位用户!")<BR>// --><br></script><br> </div>