- 0
- 0
- 约3.94千字
- 约 6页
- 2017-02-27 发布于湖北
- 举报
//使用eclipse新建一个web项目
//在web/js目录下添加jquery-1.8.1.min.js??? (官方下载jquery.js文件)
//src目录下的? com.dyg.servlet.CityListServlet类??? servlet类提供默认城市列表
package com.dyg.servlet;
import java.io.IOException;import java.util.ArrayList;import java.util.List;
import javax.servlet.ServletException;import javax.servlet.http.HttpServlet;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse;
public class CityListServlet extends HttpServlet {
爌rivate static final long serialVersionUID = 1L;
爌ublic CityListS ervlet() {牋super();爙
爌ublic void destroy() {牋super.destroy(); //
原创力文档

文档评论(0)