首页>代码>ajax实现省市县二级联动源代码下载>/twoSelectLinkage/src/com/uk/servlet/TwoSelectServlet.java
package com.uk.servlet;

import java.io.IOException;
import java.io.PrintWriter;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public class TwoSelectServlet extends HttpServlet {

	private static final long serialVersionUID = 1065001000313588387L;

	public void service(HttpServletRequest request, HttpServletResponse response)
			throws ServletException, IOException {
		request.setCharacterEncoding("UTF-8");
		response.setContentType
		("text/html;charset=utf-8");
		PrintWriter out = response.getWriter();
		String uri = 
		request.getRequestURI();
		uri = uri.substring(
			uri.lastIndexOf("/"),
			uri.lastIndexOf("."));
		if(uri.equals("/getArea")){
			//获取用户选择的城市
			String cityName = 
			request.getParameter("cityName");
			
			if(cityName.equals("ple")){
				out.println("请选择,pl");
			}else if(cityName.equals("bj")){
				//返回的信息中包含两部分
				//区域的中文信息,value属性
				out.println("请选择,pl;海淀,hd;东城,dc");
			}else if(cityName.equals("sh")){
				out.println("请选择,pl;静安,jn;浦东,pd");
			}else if(cityName.equals("gd")){
				out.println("请选择,pl;白云,by;番禺,py");
			}
		}else if(uri.equals("/getFileds")){
			out.println("请选择,ple;北京,bj;上海,sh;广东,gd");
		}
		out.close();
	}
}
最近下载更多
12weqeq  LV1 2021年12月29日
huaga123  LV1 2021年10月12日
cyt1234  LV1 2021年5月31日
lihaoweiyi  LV7 2020年12月15日
我本葬花人葬花亦葬人  LV16 2020年4月20日
ziyuan880810  LV7 2019年12月23日
96377234  LV1 2019年11月30日
CC1999  LV14 2019年11月24日
呆萌聪  LV1 2019年10月7日
广西吴彦祖  LV6 2019年8月5日
最近浏览更多
face2023  LV1 2023年7月3日
wahaahaa 2022年10月9日
暂无贡献等级
刘亦菲9527  LV15 2022年6月22日
大象爱吃小老鼠  LV5 2022年6月17日
qhdjod  LV7 2022年5月31日
xiaofang45612  LV8 2022年5月26日
12weqeq  LV1 2021年12月29日
huaga123  LV1 2021年10月12日
he88318799  LV16 2021年9月27日
shiopaaa  LV13 2021年7月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友