日期:2014-05-17 浏览次数:20630 次
$("#sessPicId_text").val(id);
function showThisPic(id) { $("#showArea").load("admin/showPicById.action?id=" + id); $("#sessPicId_text").val(id); }
$("#currentPage").html()
function prePage() { var page = parseInt($("#currentPage").html()) - 1; loadPicList(page); }