天软金融分析.NET函数大全
>
TSL函数
>
信息摘要及编码
>
URI EnCode函数
DecodeURI
复制链接
简述
将URI中的十六进制转义序用它们表示的字符替换
定义
DecodeURI (s:string):string;
参数
名称
类型
说明
S
string
字符串,由EncodeURI (s)函数编码的字符串
返回
string;
字符串
相关
EncodeURIComponent
DecodeURIComponent
EncodeURI
DecodeURI