VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@URLENCODE
Windows ✓Linux ✓macOS ⏳
Syntax
@URLENCODE(<string>)
Description
This function returns the value of <string> in which the characters $0..$20, '"', '#', '%', '<', '>', '[', '\, ']', '^', '`', '{', '|', '}', '~' and $7F..$FF are encoded with their hexadecimal ASCII codes (e.g. space = %20) to comply with the format for a web URL.
OK
Unchanged.