局部变量必须有值,默认值就是1,也就是说id默认值就是1,不是null,也不是0 @RequestMapping(value = "/user") public Object user(Integer id) { return "user = " + id; }