已知:类Student package spring.test; public class Student { private int id; public Student(int id){ this.id=id; } public int getId() { return id; } public void setId(int id) { this.id = id; } } 在配置文件中bean元素中,使用构造注入,下列空中,填入什么才能完成对Student类的装配和注入。 1 " > 2 3 ="0" value="3"/>