Search for a command to run...
将文本编码为 URL 格式,将特殊字符转换为百分号编码的等效字符。
您也可以直接通过 API 接口使用 cURL 命令来使用此功能。
curl -X POST "https://all-tools.app/api/url-encoder" -H "Content-Type: application/json" -d '{"text":"Hello World"}'