连接
<h1>功能</h1>
<p>以指定分隔符将字符串列表元素连接生成一个新的字符串。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>字符串列表</td>
<td>[TList<String>]自定义</td>
<td>分割(传入变量)</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>【字符串】连接的字符串结果</td>
<td>连接结果(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.该函数需与【分割】函数搭配使用,将【分割】函数中分割出来的字符串列表用【连接】函数连接起来。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/a2f5e3922af9a089c335deeb31da8c70" alt="" /></p>
<h1>相关函数</h1>
<p>【分割】函数</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/b74727bdeb3cc1c3e660076651a5b205" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/3d9a02da66d824b446a07b2fca78280e" title="[组件[连接]_20210419.db">组件[连接]_20210419.db</a></p>