<script type="text/javascript">
$(document).ready(function(){
init();
});
function init(){
$(".pager li:first a").html('上一页');
$(".pager li:last a").html('下一页');
}
</script>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!