首页 > CMS > 织梦DEDE > 正文

织梦文章页单独调用上一篇下一篇URL网址链接方法

2024-07-12 09:01:57
字体:
来源:转载
供稿:网友

织梦dedecms文章页单独调用上一篇下一篇URL网址链接的方法

上一篇文章URL链接:

{dede:prenext get='pro' runphp="yes"}

preg_match_all('/<a.*?(?: |//t|//r|//n)?href=[/'"]?(.+?)[/'"]?(?:(?: |//t|//r|//n)+.*?)?>(.+?)<//a.*?>/sim', @me, $strResult, PREG_PATTERN_ORDER);@me=$strResult[1][0];

{/dede:prenext}

 

下一篇文章URL链接:

{dede:prenext get='next' runphp="yes"}

preg_match_all('/<a.*?(?: |//t|//r|//n)?href=[/'"]?(.+?)[/'"]?(?:(?: |//t|//r|//n)+.*?)?>(.+?)<//a.*?>/sim', @me, $strResult, PREG_PATTERN_ORDER);@me=$strResult[1][0];

{/dede:prenext}


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表