条件循环
<h1>功能</h1>
<p>满足条件时,持续进行循环操作。</p>
<h1>选项</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>条件</td>
<td>【表达式】输入条件表达式。</td>
<td>条件表达式设置为变量“值”小于5</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>当条件循环开始后,先判断条件是否满足,如果满足就执行循环体内的语句,执行完毕后再回来判断条件是否满足,直到条件不满足时,执行条件后面的语句。</p>
<h1>相关函数</h1>
<p>FOR循环、遍历循环、条件循环</p>
<h1><strong>示例/演示</strong></h1>
<p>先赋值变量“值”为1,当变量“值”小于5时,进行自加1操作
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/b15875e8fcc0d8ad125d194c46df4ae7" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/c0575566e4bafdc9bf83a99be6926569" title="[组件[条件循环]_20210406.db">组件[条件循环]_20210406.db</a></p>