只需一步,快速开始
var sPop = null; var postSubmited = false; document.write("<div id='popLayer' style='position:absolute;z-index:1000;visibility: hidden;filter:progidXImageTransform.Microsoft.shadow(direction=135,color=#CCCCCC,strength=2)' class='popupmenu_popup'></div>"); function showPopupText(event) { if(event.srcElement) o = event.srcElement; else o = event.target; if(!o) return; MouseX = event.clientX; MouseY = event.clientY; if(o.alt != null && o.alt != '') { o.pop = o.alt; o.alt = ''; } if(o.title != null && o.title != '') { o.pop = o.title; o.title = ''; } if(o.pop != sPop) { sPop = o.pop; if(sPop == null || sPop == '') { $('popLayer').style.visibility = "hidden"; } else { popStyle = o.dyclass != null ? o.dyclass : 'popupmenu_popup'; $('popLayer').style.visibility = "visible"; showIt(); } } } function showIt() { $('popLayer').className = popStyle; $('popLayer').innerHTML = sPop.replace(/</g,"<").replace(/>/g,">").replace(/\n/g,"<br>"); var bodySL, bodyST; if(window.pageXOffset) { bodySL = window.pageXOffset; } else if(document.documentElement && document.documentElement.scrollLeft) { bodySL = document.documentElement.scrollLeft; } else if(document.body) { bodySL=document.body.scrollLeft; } if(window.pageYOffset) { bodyST = window.pageYOffset; } else if(document.documentElement && document.documentElement.scrollTop) { bodyST = document.documentElement.scrollTop; } else if(document.body) { bodyST = document.body.scrollTop; } var bodyCW, bodyCH; if(window.innerWidth) { bodyCW = window.innerWidth; } else if(document.documentElement && document.documentElement.clientWidth) { bodyCW = document.documentElement.clientWidth; } else if(document.body) { bodyCW = document.body.clientWidth; } if(window.innerHeight) { bodyCH = window.innerHeight; } else if(document.documentElement && document.documentElement.clientHeight) { bodyCH = document.documentElement.clientHeight; } else if(document.body) { bodyCH = document.body.clientHeight; } if($('popLayer').clientWidth > 300) { var popWidth = 300; } else { var popWidth = $('popLayer').clientWidth; } var popWidth = $('popLayer').clientWidth; var popHeight = $('popLayer').clientHeight; var popLeftAdjust = MouseX + 12 + popWidth > bodyCW ? -popWidth - 24 : 0; var popTopAdjust = MouseY + 12 + popHeight > bodyCH ? -popHeight - 24 : 0; $('popLayer').style.left = (MouseX + 12 + bodySL + popLeftAdjust) + 'px'; $('popLayer').style.top = (MouseY + 12 + bodyST + popTopAdjust) + 'px'; } if(!document.onmouseover) { document.onmouseover = function(e) { var event = e ? e : window.event; showPopupText(event); }; }
1. 列出全部遊戲 2. 查看遊戲記錄 3. 全螢幕顯示遊戲 4. 緩存最新遊戲_後台設定 5. 加入遊戲頁面廣告_後台設定 6. 查看排行成績 - 總成績排行榜 - 加入 - 遊戲總分 7. 儲存 Level 及 儲存 遊戲人次 _ 升級修正 8. ( 新修改 ) 相同分數 會以最近玩的排在最高排名 不像以往最早玩的 永遠排在最高排名 以前的程式: 若十天前第一名是 1000分 你今天也玩到 1000分 你只會排到第二名 現在的程式: 若十天前第一名是 1000分 你今天也玩到 1000分 你會排到第一名 之前那記錄排第二名
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-11-15 20:32 , Processed in 0.030528 second(s), 4 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.