Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
知行之桥用户手册
控制离开 arc:call、arc:try、arc:render 或 arc:script 语句后执行清理部分,无论是否发生异常。
<table> <arc:call op="listCustomers" out="customer"> <arc:first> <thead> <arc:enum item="customer"> <td>[_attr]</td> </arc:enum> </thead> </arc:first> <tr> <arc:enum item="customer"> <td>[_value]</td> </arc:enum> </tr> <arc:finally> </table> <!-- ensure tags are still closed --> </arc:finally> </arc:call>