2012-04-02 28 views

回答

3
@RequestMapping(value = {"/", "/list", "/index"}, method = RequestMethod.GET) 
public String index() { 
    return "page/post/list"; 
} 
相关问题