www.gusucode.com > Catfish(鲶鱼) CMS系统 PHP版 v4.8.21源码程序 > Catfishcms_v4.8.21/public/common/js/jquery.parseParamsAddPage.js

    /**
 * Created by A.J on 2018/5/26.
 */
!function(e){var r=/([^&=]+)=?([^&]*)/g,n=/\+/g,a=function(e){return decodeURIComponent(e.replace(n," "))};jQuery.parseParamsAddPage=function(e){var n,o={},t=location.href.split("?")[1]||"";for(o.page=parseInt(e);n=r.exec(t);)"page"!=a(n[1])&&(o[a(n[1])]=a(n[2]));return o}}();