suang207 <@postTag method="listByCategoryId" top="${category.id?c}"> <span>分类 ${category.name!} 下的文章:</span> <#list posts as post> <a href="${post.fullPath!}">${post.title!}</a> </#list> </@postTag>