📄 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 + -