//dede:php中获取指定文章ID的路径

$url = GetOneArchive($rs[id]);
$url = $url['arcurl'];
echo $url;

dede:php中获取指定文章ID的URL链接