mysql+java实现分页显示的例子使用limit

public List<Student> queryStudent(String sname,int currentPage){         ArrayList<Student> students=new ArrayList<Student>();         Connection con=null;         PreparedStatement pre=null;         
相关文章
相关标签/搜索