< script type ="text/javascript" > function myOnload() { $(document).ready( function () { $( ' .rgPagerLabel ' ).each( function () { var myvalue = ' 页码: ' ; $( this ).html(myvalue); }); }); } myOnload(); </ script >
效果图: