CMSware-kTemplate-debug
来自站长百科
导航:返回上一页
说明
格式:<debug name="变量名"/>
例子1:调试List变量
<CMS action="SEARCH" return="List" NodeID="{$NodeID}" Field="Keywords" Keywords="{$Keywords}" Num="10" Separator="," IgnoreContentID="{$ContentID}" /> <debug name="List" /> <LOOP name="List" key="key"var="var"> <li><a href="[$var.URL]">[$var.Title]</a></li> </LOOP>