cookie中文乱码

在进行cookie读写操作中文时会出现乱码,有两个方法可以避免这种现象。 

1.    Server.UrlEncode, Server.UrlDecode

2.     HttpUtility.UrlEncode,HttpUtility.UrlDecode

 

 

 

对html进行编码的当然就要用到

 

 

1. Server.HtmlEncode ,Server.HtmlDecode

2. HttpUtility.HtmlEncode,HttpUtility.HtmlDecode

 

 

 

你可能感兴趣的:(cookie)