主题 : 请解释下这段标签
级别: 童生
UID: 1599
积分:36 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2010-01-12
在线时长:0
1#   发表于:2010-01-26 11:42:59  IP:59.70.*.*
<#macro VoteTopic id="-1"
style="1" inner="0" sysTpl="1" cssClass="" cssStyle="" custom=[]>
<#if inner=="0">
<#local customs = "">
<#list custom as s>
<#local customs = customs+s>
<#if s_has_next><#local customs = customs+"|"></#if>
</#list>
<@s.action name="VoteTopic" namespace="/jeecms/tag/auxiliary" executeResult="true"
topicId=id
style=style sysTpl=sysTpl cssClass=cssClass cssStyle=cssStyle customs=customs
>
</@s.action>
<#else>
inner=1尚未实现
<#--<#nested n_bean/>-->
</#if>
</#macro>
请问s_has_next表示的是什么,还有很多自定义的宏有类似的字段
级别: 秀才
UID: 2323
积分:87 加为好友
威望: 0 精华: 0
主题:3 回复:73
注册时间:2010-01-26
在线时长:0
2#   发表于:2010-02-05 10:17:39  IP:218.110.*.*
这个不是自定义的has_next 是freemarker控制符好
1 共1页