摘要: function update_page_list(page_bar, total, cur_page,num__per_page) { page_bar.html(""); if(total<=0) return; var num_page = ~~((total+num__per_page-1)/num__per_page); if(cur_page > 1) { page_bar.append($("<a onclick='goto_page("+(cur_page-1)+")' href='#& 阅读全文
posted @ 2011-07-12 11:51 枫- 阅读(508) 评论(0) 推荐(0)