play.jsp
来自「这个程序作什么的看了名字就知道」· JSP 代码 · 共 25 行
JSP
25 行
<%@ page contentType="text/html;charset=GBK"%>
<jsp:useBean id="ppptech" class="ppptech.ppptech" scope="page" />
<%
String temcontent="";
String title="";
String content="";
String id=request.getParameter("id");
String url="http://www.yooxi.com/game/"+id;
temcontent=ppptech.connect(url);
try{
content=ppptech.getcontent(temcontent,"<script language=\"JavaScript\" type=\"text/javascript\">ssrc=","</script></td>");
content=content.replaceAll("/swfshow.js","images/swfshow.js");
content=content.replaceAll("/game/","play.jsp?id=");
title=ppptech.getcontent(temcontent,"<title>","</title>");
title=title.replaceAll("<title>","");
title=title.replaceAll("小游戏门户Yooxi.com","小游戏频道-MP3试听网");
}catch(Exception e){
content="<br><br><div align=center><a href=http://www.ppptech.cn/GuestBook/ target=_blank>读取数据出错,请点此给站长留言!</a></div><br><br>";
title="系统出错";
}
%>
<%@ include file="head.jsp" %>
<div align="center">
<%=content%></script></div>
<jsp:include page="foot.html" flush="false" />
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?