摘要:
public List getProductByPage(int pageIndex, int pagesize) { int totalCount =products.length; int pageCount=0; if(pageIndex=pageCount-1) { pageIndex=pageCount-1; } Product[] source=null; this.productList.toArray(source); List result=new ArrayList(); for(int i=pageIndex*pagesize;i... 阅读全文
posted @ 2013-10-22 14:39
I love Android
阅读(198)
评论(0)
推荐(0)
浙公网安备 33010602011771号