student.setId(getValue(id)) student.setName(getValue(name)) id是integer name是string 为什么 setid那里报错 怎么解决
getValue() 这个方法里面封装了什么。。看下方法