encode_escape
Encode or decode text using JavaScript escape style with %XX for ASCII and %uXXXX for Unicode. Specify action encode to escape special characters or decode to revert escaped strings.
Instructions
Escape 编码/解码(JS escape 风格:%XX / %uXXXX)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| action | No | encode |