e='enable-background:new 0 0 4 6;' xml:space='preserve'>Prev", "next" => "Next", "num" => "", "total" => "",); $name = "cur"; $_PAGE_COUNTS_ = isset($_PAGE_COUNTS_) ? $_PAGE_COUNTS_ : ""; $_PAGE_LIMIT_ = isset($_PAGE_LIMIT_) ? $_PAGE_LIMIT_ : ""; $tagPage = new \think\template\taglib\Zd\TagPage; $__VALUE__ = $tagPage->getPage($param,$name,$_PAGE_LIMIT_,$_PAGE_COUNTS_); echo $__VALUE__; ?>
微信二维码

微信

抖音二维码

抖音

微博二维码

微博

href",href); }); function getURLParameter(url, paramName) { var regex = new RegExp(`[?&]${paramName}=([^&#]*)`, 'i'); var match = url.match(regex); return match ? decodeURIComponent(match[1]) : null; } var url = window.location.href; var key = getURLParameter(url, 'keywords'); if(key!=null){ $("#guanjianzi").text("关键字:"+key+"").parent().show(); } $("#keytxt").click(function(){ var link = window.location.href; const newUrl = new URL(link); newUrl.searchParams.delete('keywords'); const result = newUrl.href; window.location.href=result; $("#keytxt").hide(); }) $(".inside-1 .classifyAside .list .child a").each(function(){ var link = $(this).attr("href"); console.log(link.indexOf("keywords")); if(link.indexOf("keywords")<=19){ var link2=""; var newlink=link.split('?'); if(newlink[1].indexOf("keywords")>-1){ for(var i = 0; i < newlink.length; i++){ if(i==0){ link2=newlink[i]+"?"; } if(i>1){ link2+=newlink[i]; } } $(this).attr("href",link2); } } })