參數
無控制屬性
無範例
從物件集中建立一個 HTML 表,其中每個物件都以行的形式表示:另請參閱
- arc:last:只在最後一次迭代時執行的程式碼塊。
Documentation Index
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>