编码和解码
作者:admin 来源: 2022/12/9 15:41:48
//编码
System.Web.HttpContext.Current.Server.UrlEncode(values);//web中使用
System.Web.HttpUtility.UrlEncode(values, System.Text.Encoding.UTF8);//winform中使用

encodeURI()//js

//恢复
System.Net.WebUtility.UrlDecode(v);
decodeURI()//js


JS中传递参数时需要使用encodeURIComponent函数编码参数

解码使用decodeURIComponent()

称      呼:
联系方式:
您的评论:
技术支持:l.w.dong@qq.com www.luweidong.cn
广州市   wx:lwdred
Copyright © 2014 三味书屋 All Rights Reserved
技术支持:l.w.dong@qq.com  sitemap xml  sitemap html

粤公网安备44010602011869号

粤ICP备13031080号-1