?? index.jsp
字號:
<%@ page contentType="text/html;charset=GBK"%>
<jsp:useBean id="ppptech" class="ppptech.ppptech" scope="page" />
<%
String content="";
content=ppptech.connect("http://www.yooxi.com/index.htm");
try{
content=ppptech.getcontent(content,"</table><base target=_blank>","<TABLE width=760 align=\"center\" cellpadding=\"0\" cellSpacing=2 class=\"ny\" style=\"BORDER-top: #c9def3 1px solid\">");
content=content.replaceAll("/commend/","commend.jsp?id=");
content=content.replaceAll("/game/","play.jsp?id=");
content=content.replaceAll("../images/","images/");
content=content.replaceAll("/bigclass/","class.jsp?id=");
content=content.replaceAll("/top/","top.jsp?id=");
content=content.replaceAll("/update/","update.jsp?id=");
content=content.replaceAll("/smallclass/","small.jsp?id=");
content=content.replaceAll("http://www.mtvku.com","http://mp34t.cn/mv");
content=content.replaceAll("QQ酷名,QQ貼圖","網絡免費資源");
content=content.replaceAll("http://www.99196.com","http://givemefree.cn");
content=content.replaceAll("沒手機也可點歌拉!","免費電影連續劇");
content=content.replaceAll("../diange.htm","http://mp34t.cn/movie");
content=content.replaceAll("音畫時尚","3P技術網");
content=content.replaceAll("酷站推薦","頻道推薦");
content=content.replaceAll("sitemap.htm","sitemap.jsp");
content=content.replaceAll("http://vip.yooxi.com/search.asp","search.jsp");
content=content.replaceAll("http://www.91flash.com","http://www.ppptech.cn");
}catch(Exception e){
content="<div align=center><a href=http://www.ppptech.cn/GuestBook/ target=_blank>讀取數據出錯,請點此給站長留言!</a></div>";
}
String title="首頁-小游戲";
%>
<%@ include file="head.jsp" %>
<%=content%>
<jsp:include page="foot.html" flush="false" />
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -