标签:str where cli row ali curl run 设置 ber
1
{dede:arclist row=1 idlist=
‘6‘
}
2
<li><a href=
"[field:arcurl/]"
>[field:description/]</a></li>
3
{/dede:arclist}
{dede:arclist idlist=
‘373,387,277‘
titlelen=100}<a href=
‘[field:arcurl/]‘
>[field:title/]</a>{/dede:arclist}
{dede:global runphp=
"yes"
global $dsql;
$row=$dsql->getOne(
"select title from dede_archives where id=xxx"
);
4
@me=$row[
"title"
];
5
{/dede:global}
"select body from dede_addonarticle where aid=xxx"
"body"
DEDE调用指定文章ID来调用特定文档
原文地址:https://www.cnblogs.com/wangzeyan/p/9844925.html