dede常用代码
Posted Doduo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dede常用代码相关的知识,希望对你有一定的参考价值。
1.标题超出显示省略号
[field:title function=‘ ( strlen("@me")>42?cn_substr("@me",42)."…" : "@me" )‘/]
2.图片根目录
src="{dede:global.cfg_skin/}/skin/img/article-details-bg.png"
3.循环判断
[field:global name=autoindex runphp="yes"](@me%3==0)? @me="<div class=‘product-service-list col-3-1 last‘>":@me="<div class=‘product-service-list col-3-1‘>";[/field:global]
以上是关于dede常用代码的主要内容,如果未能解决你的问题,请参考以下文章