左字符
<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>
</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/988d70594710700dc0ae34b47bc7dc25" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/325f00f788d5d15a6b97424d095f1dde" title="[组件[左字符]_20210419.db">组件[左字符]_20210419.db</a></p>