分割
<h1>功能</h1>
<p>以指定分隔符将字符串分割成字符串列表。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>输入</td>
<td>【字符串】要分割字符串</td>
<td>'1/2/3/4,5'</td>
</tr>
<tr>
<td>分隔符</td>
<td>【字符串】指定的分隔符</td>
<td>'/'</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>字符串列表</td>
<td>[TList<String>]自定义</td>
<td>分割(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.该函数与【遍历循环】函数搭配使用,将分割的字符串用【遍历循环】函数遍历出来。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/1cba0f82cdce3c62f690a26a2c10dd98" alt="" /></p>
<h1>相关函数</h1>
<p>【遍历循环】函数</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/4862926b9cb9f0a9e64079158dda30e9" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/18922f2625ca1d0ac5bc55b58a93a7ce" title="[组件[分割]_20210419.db">组件[分割]_20210419.db</a></p>