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

2024年05月14日 织梦 dedecms 文章页 单独 调用 懒猪技术

梦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}

本文链接:http://so.lmcjl.com/news/4507/

展开阅读全文
相关内容