常用js汇总
1、帝国cms修改分页的路径
<script> $(".met_pager > a").each(function() { var href = $(this).attr("href"); $(this).attr('href','/m'+href); }) </script>
1、帝国cms修改分页的路径
<script> $(".met_pager > a").each(function() { var href = $(this).attr("href"); $(this).attr('href','/m'+href); }) </script>