拷贝
<h1>功能</h1>
<p>返回将输入字符串从指定索引拷贝指定数量的字符。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>输入</td>
<td>【字符串】要被拷贝的字符串</td>
<td>'金智维RPA机器人'</td>
</tr>
<tr>
<td>索引</td>
<td>【整型】开始拷贝的位置。</td>
<td>3</td>
</tr>
<tr>
<td>数量</td>
<td>【整型】拷贝信息的数量。</td>
<td>5</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.输出结果为拷贝的字符。</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/60447fb8070da5ad35508eb72ed404f6" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/32c3c27c0ad2ba041324cd7770d3b85b" title="[组件[拷贝]_20210419.db">组件[拷贝]_20210419.db</a></p>