package org.servlet;

import java.io.IOException;

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

/**
 * 进入系统
 * @说明 
 * @author fei.teng
 * @version 1.0
 * @since
 */
@SuppressWarnings("serial")
public class StartSendMailServlet extends HttpServlet {

	@Override
	protected void service(HttpServletRequest request,
			HttpServletResponse response) throws ServletException, IOException {
		System.out
				.println("------------StartSendMailServlet------------------");
		response.sendRedirect(request.getContextPath() + "/sendmail.jsp");
	}

}
最近下载更多
annazhang  LV29 2023年4月7日
chennguo  LV6 2019年4月24日
你爸爸123  LV7 2018年11月1日
Guess me  LV1 2018年6月23日
君子风彪  LV13 2018年5月19日
2360633889  LV4 2017年12月15日
孤寒双月泪  LV14 2017年5月19日
matain  LV9 2017年5月10日
anhuaer  LV8 2017年1月5日
svwdasf  LV1 2016年12月19日
最近浏览更多
Wky123456 2023年11月2日
暂无贡献等级
神龙摆尾无拘束  LV2 2023年3月17日
微信网友_6248713511227392  LV11 2022年12月5日
WeiZZZ  LV1 2022年3月28日
二十一画  LV10 2021年11月14日
山鬼非鬼  LV1 2021年10月6日
linhe27  LV7 2021年3月20日
喵小兵  LV10 2021年3月13日
ccandll  LV1 2021年3月10日
ming_123_9715  LV23 2021年3月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友