天软金融分析.NET函数大全 > TSL函数 > 信息摘要及编码 > URI EnCode函数

DecodeURIComponent    

简述
将URI中的十六进制转义序用它们表示的字符替换
定义
DecodeURIComponent (s:string):string;
参数
名称类型说明
Sstring字符串,由EncodeURIComponent(s)函数编码的字符串
返回string;字符串
    相关