我拆过的坑cycx

查询一下!

@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.