前几关攻略:
第一关:题面显示“这是你的第一站,加油!想办法去第二站!”
但拿鼠标拖动或CTRL+A或看源文件可发现下面有一段设成白色的答案:“<p><font color="#FFFFFF">第二站的地址:1.htm</font></p>”
第二关:题面显示“恭喜你哦,下面会越来越难的,加油哦。”
查看源文件发现:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>CSKSOFT高手挑战榜-第二站</title>
</head>
<body>
<p>恭喜你哦,下面会越来越难的,加油哦。</p>
</body>
<!-- 第三站地址:221.htm -->
</html>
第三站:打开后不停的弹出“这是第三站.我看你怎么过!”的对话框。
直接用个下载软件把这个网页下载,查看源文件:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>CSKSOFT高手挑战榜-第三站</title>
<script language="JavaScript">
function Msg(){
while(1){
alert("这是第三站.我看你怎么过!");
}
}
</script >
</head>
<body onload="Msg();">
<p> </p>
</body>
<!-- 第四站:stage4.htm-->
</html>
第四站:题面显示:“恭喜恭喜,到这里不容易啊,但前面的道路还很长~”
源文件:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>CSKSOFT高手挑战榜-第四站</title>
</head>
<body>
<p>恭喜恭喜,到这里不容易啊,但前面的道路还很长~</p>
<p> </p>
<p> </p>
</body>
</html>
乍一看没什么办法,试试直接换为stage5.htm,直接进入第五关