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