首页>代码>Spring Mvc初学者专用,里面有4套案例!>/java/StaticResource/src/com/hzjc/controller/MultiMethodController.java
                
                package com.hzjc.controller;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.Controller;
import org.springframework.web.servlet.mvc.multiaction.MultiActionController;
//�Լ��Ŀ�������̳���MultiActionController �࣬ʵ�ֶ������
public class MultiMethodController extends  MultiActionController {
	public ModelAndView method1(HttpServletRequest arg0,
			HttpServletResponse arg1) throws Exception {
		System.out.println("ִ���˷���1");
		return new ModelAndView("/index");
	}
public ModelAndView method2(HttpServletRequest arg0,
			HttpServletResponse arg1) throws Exception {
		System.out.println("ִ���˷���2");
		return new ModelAndView("/index");
	}
}
 最近下载更多
最近下载更多
                
                姜广坤     LV14
                2023年3月19日
            
            
        
                a1677596408     LV23
                2022年7月1日
            
            
        
                明年MF     LV3
                2021年8月1日
            
            
        
                失落的小象     LV10
                2021年6月22日
            
            
        
                qubin_522     LV7
                2021年2月25日
            
            
        
                抑郁男孩     LV3
                2020年11月20日
            
            
        
                wlpeamp111     LV1
                2020年9月2日
            
            
        
                zhangbin1997     LV1
                2020年8月21日
            
            
        
                li3603364     LV2
                2020年8月2日
            
            
        
                Leasing     LV1
                2020年6月20日
            
            
         最近浏览更多
最近浏览更多
                
                微信网友_7289626841501696     LV4
                6月12日
            
            
        
                dapeng0011     LV15
                2024年7月16日
            
            
        
                lymit1024     LV4
                2024年6月24日
            
            
        
                irivn007     LV15
                2023年10月19日
            
            
        
                peanut_666     LV1
                2023年8月30日
            
            
        
                凡     LV1
                2023年7月28日
            
            
        
                不嘻嘻     LV8
                2023年6月12日
            
            
        
                1379585889     LV11
                2023年6月7日
            
            
        
                苏拉德666     LV4
                2023年5月18日
            
            
        
                1455384106     LV2
                2023年5月8日
            
            
        
 
                 
                 
                