gk源码
‘壹’ 地铁跑酷温哥华的源代码
UR3AR5XJ、8P2CHAFT等。
地铁跑酷是由丹麦的sybog ames公司开发,且由创梦天地在中国发行的一款跑酷躲避游戏,其中温哥华版的源代码有:UR3AR5XJ 、8P2CHAFT 、6HPWAMCB、 TX6GKXBG等。
‘贰’ 这个网站怎么做
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" media="all">
body{margin:0; padding:0}
#iframe1{border-top: 1px solid #666; border-top: 1px solid #666}
#hd{background:#000000}
#hd h1{color:#FFCC33; font-size:12px; font-weight:bold; border-bottom:1px solid color:#FFCC33}
button#dnext{ font-size:16px; font-weight:bold}
#ft{text-align:center}
</style>
<title>DNexT: You will get a funny web next!</title>
</head>
<body>
<script language="javascript">
function loadContent(){
//显示隐藏的提示内容
//重新刷新iframe1的内容
document.frames["iframe1"].location.replace("http://babel.geekaa.com/randomweb.gk");
}
</script>
<div id="hd">
<h1>GeeKaa: <span style="font-weight:normal; color:#FFFFFF">Dnext ver.0.1</span></h1>
</div>
<div style="text-align:center; margin-bottom:10px">
<button onClick="loadContent()" id="dnext">点一下!</button>
</div>
<!--精华所在,用隐藏的iframe来作为外部数据的来源-->
<iframe id="iframe1" width="100%" height="90%" name="I1" frameborder="0"></iframe>
</body>
</html>
‘叁’ 网络游戏怎么改源码啊
放弃吧,单单从客户端是没法看到其代码的,网游的代码都市封装好的,对外公布的都是封装好的客户端,根本无法解析,除非内部源码泄露,于是就出现了私服……