| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 | <!DOCTYPE HTML><html><head>    <meta charset="utf-8">    <title>PM大逃亡</title>    <meta name="viewport"          content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no,target-densitydpi=device-dpi"/>    <meta name="apple-mobile-web-app-capable" content="yes"/>    <meta name="full-screen" content="true"/>    <meta name="screen-orientation" content="portrait"/>    <meta name="x5-fullscreen" content="true"/>    <meta name="360-fullscreen" content="true"/>    <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>    <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>    <style>        body {            text-align: center;            background: #000000;            padding: 0;            border: 0;            margin: 0;            height: 100%;        }        html {            -ms-touch-action: none; /* Direct all pointer events to JavaScript code. */            overflow: hidden;        }        div, canvas {            display:block;            position:absolute;            margin: 0 auto;            padding: 0;            border: 0;        }		#toolbar{		position:absolute;		left:10%;		width:80%;		bottom:0px;		z-index:99;		text-align:center;		display:none;	}	#toolbar img{		width:40%;	}    </style></head><body><div style="position:relative;" id="gameDiv"></div><div id="toolbar">	<img src="more.png" onClick="clickMore();"/></div><script>var document_class = "Main";</script><!--这部分内容在编译时会被替换,要修改文档类,请到工程目录下的egretProperties.json内编辑。--><!--This part will be replaced during compiling, and to modify the document class, please go to the project directory and edit in the file of egretProperties. Jsonr--><script src="launcher/egret_require.js"></script><script src="launcher/egret_loader.js"></script><script src="launcher/game-min.js"></script><script>(function (){    //updateShare(0);    })();    var support = [].map && document.createElement("canvas").getContext;    if (support) {        egret_h5.startGame();    }    else {        alert("Egret 不支持您当前的浏览器")    }</script><script language=javascript>      		function goHome(){			//Play68.goHome();				}		function clickMore(){			//Play68.goHome();            window.location.href="http://game.ikongzhong.cn/";				}		function dp_share(){			setTimeout(function(){			//play68_submitScore(window.score);			},500);					}		function dp_Ranking(){					}			function dp_submitScore(score){				}	</script><script  type="text/JavaScript">window.shareData={  'title':'PM大逃亡',  'link':'http://game.ikongzhong.cn/games/pmdtw/',  'imgurl':'http://game.ikongzhong.cn/games/pmdtw/icon.png'}window.shareFriendData={  'title':'PM大逃亡',  'content':'关注空中传媒网络科技,更多好玩的游戏等着你。',  'link':'http://game.ikongzhong.cn/games/pmdtw/',  'imgurl':'http://game.ikongzhong.cn/games/pmdtw/icon.png'}</script><script type="text/JavaScript" src="http://gc.veiying.cn/code"></script></body></html>
 |