| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 856 人关注过本帖
标题:谁能看出网页后面的代码?
只看楼主 加入收藏
test123ok
Rank: 1
等 级:新手上路
帖 子:19
专家分:9
注 册:2011-10-7
结帖率:80%
收藏
已结贴  问题点数:20 回复次数:2 
谁能看出网页后面的代码?
看看下面的图片你能看出
未命名.rar (63.42 KB)
他的源代码吗?
图片附件: 游客没有浏览图片的权限,请 登录注册
搜索更多相关主题的帖子: 网页 图片 
2011-10-23 19:08
smallmoon521
Rank: 9Rank: 9Rank: 9
等 级:蜘蛛侠
威 望:4
帖 子:517
专家分:1373
注 册:2008-4-21
收藏
得分:5 
右键查看源代码?

为游戏狂~~!!    大家努力编哈!
2011-10-23 21:42
stophin
Rank: 7Rank: 7Rank: 7
等 级:黑侠
威 望:3
帖 子:227
专家分:618
注 册:2010-3-26
收藏
得分:15 
程序代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.">
<html xmlns="http://www.">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>腾讯财付通 - 充值卡支付中心</title>
<link href="css/game.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header"></div>
<div id="top">
  <div id="menu">
    <ul id="topleft">
      <li><a class="tenpay" href="https://www." >财付通</a></li>
      <li><a class="union" href="http://union." target="_blank">网购导航</a></li>
      <li><a class="zone" href="http://zone." target="_blank">财付空间</a></li>
      <li><span class="arrow"><a href="#" onmouseover="startList()">消费</a></span></li>
      <ul id="submenu">
        <li class="mobile_ico"><a href="https://www." target="_blank">手机话费充值
          <p>最高可享受8%的价格优惠</p>
          </a></li>
        <li class="plane_ico"><a href="http://qq." target="_blank">机票订购
          <p>折扣机票,低至90元起</p>
          </a></li>
        <li class="game_ico"><a href="https://www." target="_blank">游戏充值
          <p>折扣点卡,在线直充</p>
          </a></li>
        <li class="cp_ico"><a href="http://500wan.zone." target="_blank">彩票代购
          <p>购彩中奖快人一步</p>
          </a></li>
        <li class="paipai_ico"><a href="http://www." target="_blank">拍拍购物
          <p>3亿Q友的购物平台</p>
          </a></li>
        <li class="qq_ico"><a class="lastItem" href="http://pay." target="_blank">腾讯服务购买
          <p>充值Q币8.8折起</p>
          </a></li>
        <iframe src="javascript:false;" style="position:absolute; visibility:inherit; top:0; left:0; width: 256px; height: 336px; z-index:-1; filter:Alpha(style=0,opacity=0);"></iframe>
      </ul>
    </ul>
    <ul id="topright">
      <li><a href="http://qbar." target="_blank" class="grey">论坛</a></li>
      <li><a href="http://help." target="_blank" class="lastItem grey">帮助</a></li>
    </ul>
  </div>
</div>
<div id="header1">
  <div id="headpic">
    <a href="index.shtml" title="腾讯财付通 - 充值卡支付中心"><div id="logo"></div></a>
  </div>
</div>
<script type="text/javascript">
//start
var startList = function() {
  if (isFirefox=navigator.userAgent.indexOf("Firefox")>0) {
    if (document.all&&document.getElementById) {//if start,No.1
      navRoot = document.getElementById("menu");
      for (i=0; i<navRoot.childNodes.length; i++) {
        node = navRoot.childNodes[i];
        if (node.nodeName=="li") {
          node.onmouseover=function() {
            this.className+=" over";
          }//onmouseover end
          node.onmouseout=function() {
            this.className=this.className.replace(" over", "");
          }//onmouseout end
        }//end if
      }//eixt for
    }//end if,No.1
  }//end if
  else
  {
    var navRoot = document.getElementById("menu").getElementsByTagName("li");
    for (var i=0; i<navRoot.length; i++) {
      navRoot[i].onmouseover=function() {
        this.className+=" over";
      }
      navRoot[i].onmouseout=function() {
        this.className=this.className.replace(new RegExp("over"), "");
      }
    }//end for
  }//end if
}
</script>
<div id="main"><iframe frameborder="0" scrolling="no" src="http://service.ka." width="100%" height="400"></iframe></div>
<div id="inner-footer">
  <div id="foot-wrap">
    <div id="foot-links"><a href="http://help.">关于财付通</a>|<a href="http://service." target="_blank">客服中心</a>|<a href="http://help.">帮助中心</a>|<a href="http://hr." target="_blank">诚征英才</a>|<a href="http://help.">账户安全</a>|<a href="http://help.">联系我们</a></div>
    <p id="copyright"><span class="tencent-info">腾讯公司旗下网站</span><span class="copy-info">财付通版权所有 &copy; 2005-<script type="text/javascript">document.write(new Date().getFullYear())</script></span></p>
  </div>
</div>
</body>
</html>
2011-10-23 22:52
快速回复:谁能看出网页后面的代码?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.045746 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved