使用AJAX分页
table{ margin:80px 600px; }
td{ width:50px; height:auto}
div{ width:50px; height:30px; border:1px solid Black; background-color:lavender; line-height:30px ; t...
分类:
Web程序 时间:
2015-01-19 00:15:02
阅读次数:
266
function get_hs_page(cur_page, total_page) { var result = ""; for(var i = 1; i 1) { i = cur_page - 6; }else if(i == cur_page ...
分类:
Web程序 时间:
2014-07-16 16:44:56
阅读次数:
543