一个小游戏的jsp源代码

源代码在线查看: update.jsp

软件大小: 88 K
上传用户: wjm197811
关键词: jsp 小游戏 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
								String content="";
				String title="";
				String temcontent="";
				String id=request.getParameter("id");
				String url="http://www.yooxi.com/update/"+id;
				temcontent=ppptech.connect(url);
				try{
				content=ppptech.getcontent(temcontent,"","");
						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=");
						content=content.replaceAll("/update/","update.jsp?id=");
						title=ppptech.getcontent(temcontent,"","");
						title=title.replaceAll("","");
						title=title.replaceAll("Yooxi.com小游戏门户","小游戏频道—MP3试听网");
				}catch(Exception e){
					content="读取数据出错,请点此给站长留言!";
					title="系统出错";
				}
				%>
				
				
				  
				
							

相关资源