mysql+java實現分頁顯示的例子使用limit

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