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>