对于每一行
<h1>功能</h1>
<p>对提供的数据表中的每一行执行一次操作。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>数据表</td>
<td>[DataTable]自定义,要为每次执行X次操作的数据表对象。</td>
<td>源数据表</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>ROW</td>
<td>[DataRow]自定义,填入变量名称。</td>
<td>行</td>
</tr>
<tr>
<td>索引</td>
<td>[integer]自定义,集合中当前元素的从零开始的索引。</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>数据表中的行、列索引均是从0开始。</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p>源数据表:
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/e18f818ea4d63018ccd2c94b7cb69493" alt="" />
目标数据表:
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/81e0eef6bf9db70f11c0bbef2bc4bbff" alt="" />
将源数据表中的没一行数据写入到目标数据表中:
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/d449bcf89a87ab97ef12132fdf69c5b9" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/014b9f8ae2febdc36cafd1dbd2e47618" title="[组件[对于每一行]_20210419.db">组件[对于每一行]_20210419.db</a></p>