lhl_test.jsp.svn-base
来自「用手机浏览的一个类似于聊天室 博克 homepage 等 对这方面有 兴趣的朋友」· SVN-BASE 代码 · 共 20 行
SVN-BASE
20 行
<%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR"%>
<%
String gphone = "013366103"; //test db fang ke
String mphone = "01020591111"; //test db zu ren
//String mphone = "013366103";
//request.getParameter("gphone");
//request.getParameter("mphone");
String myUrl = "my_news_list_lhl.jsp?mphone="+mphone+"&gphone="+gphone;
String otherUrl = "other_news_list_lhl.jsp?mphone="+mphone+"&gphone="+gphone;
if(mphone.equals(gphone))
//request.getRequestDispatcher(myUrl).forward(request,response);
response.sendRedirect(myUrl);
else
//request.getRequestDispatcher(userUrl).forward(request,response);
response.sendRedirect(otherUrl);
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?