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