> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# URL解码

## 指令说明

**描述：** 解码URL，方式为百分号编码

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/urldecodecommand-01.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=d7d6772604a48c26c4f087eb760f0b14" alt="URL解码指令参数面板" width="648" height="344" data-path="helpcenter/commands/data-processing/images/urldecodecommand-01.png" />

    | 参数          | 说明        |
    | ----------- | --------- |
    | **待解码的URL** | 输入待解码的URL |
    | **生成变量**    | 生成已解码的URL |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/urldecodecommand-02.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=e8dc7c013c8e67915d9754c7e622b3ef" alt="URL解码使用示例" width="842" height="212" data-path="helpcenter/commands/data-processing/images/urldecodecommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/urldecodecommand-03.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=827e7217ca3d4753400f96dd29ee1dff" alt="URL解码使用示例" width="846" height="144" data-path="helpcenter/commands/data-processing/images/urldecodecommand-03.png" />

**该流程执行逻辑：**

解码前的网址：https%3a%2f%2fwww\.bazhuayu.com%2f%3fextcode%3dgw-sk-yl-no-no-no

解码后的网址：[https://www.bazhuayu.com/?extcode=gw-sk-yl-no-no-no](https://www.bazhuayu.com/?extcode=gw-sk-yl-no-no-no)

使用【URL解码】命令百分号解码网址，结果保存到解码URL

使用【打印日志】打印解码URL消息日志

### 效果展示

执行完成后，URL 编码内容将被解码为原始文本。

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
