encodeURL
| Explanation | URL-encode the string. Added since Mobile Ver.2.0.0 | |
| Call format | var ret = encodeURL (str) | |
| Return value | Returns an encoded string. | |
| Arguments | String str | Specify the character string to decode. |
| Exception | None | |
| Example of use | | |
| Related item | decodeURL function | |