铁路校友-我拆过的坑cycx

主页:www.j6f.cn知识星球,快手号、抖音号、视频号、微信公众号、百家号、个人博客网站,同名。

@PathVariable

    @RequestMapping("/path/{id}/{type}")

    public ModelAndView path(@PathVariable(required = false) int id,

                              @PathVariable(required = false) String type){

        if(null!=type&&type.equals("苹果")){


        }

        System.out.println("id="+id);

        System.out.println("type="+type);

        ModelAndView view = new ModelAndView(PAGE);

        view.addObject("id",id);



        return view;

    }


Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.