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:enum 的第一次迭代中执行脚本块,适用于生成标题或检查对象集中的第一个对象。
<arc:call op="listCustomers"> <arc:first> <table> <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:last> </table> </arc:last> </arc:call>