📄 sitemap.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<jsp:useBean id="ppptech" class="ppptech.ppptech" scope="page" />
<%
String title="";
String temcontent="";
String content="";
String id=request.getParameter("id");
String url="http://www.yooxi.com/sitemap.htm";
temcontent=ppptech.connect(url);
content=ppptech.getcontent(temcontent,"<td width=\"373\" height=\"35\" background=\"images/mbx_bg.gif\">","<table width=\"760\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"38\" background=\"images/fy_lbg.gif\">");
content=content.replaceAll("index.htm","index.jsp");
content=content.replaceAll("/commend/","commend.jsp?id=");
content=content.replaceAll("/game/","play.jsp?id=");
content=content.replaceAll("/bigclass/","class.jsp?id=");
content=content.replaceAll("/images/","images/");
content=content.replaceAll("/smallclass/","small.jsp?id=");
content=content.replaceAll("/smallclasscommend.jsp?id=","small.jsp?id=commend/");
content=content.replaceAll("/index.jsp","index.jsp");
content=content.replaceAll("/top/","top.jsp?id=");
title=ppptech.getcontent(temcontent,"<title>","</title>");
title=title.replaceAll("<title>","");
title=title.replaceAll("yooxi.com小游戏门户","MP3试听网小游戏频道");
%>
<%@ include file="head.jsp" %>
<table width="760" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<%=content%>
<jsp:include page="foot.html" flush="false" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -