微信公众平台客服接口中文乱码?


微信公众平台客服接口中文乱码的问题有人遇到过吗?

python 字符编码 微信公众平台

辛いお菓子 12 years, 4 months ago

 // 将请求、响应的编码均设置为UTF-8  
request.setCharacterEncoding("UTF-8");  
response.setCharacterEncoding("UTF-8");

TianG answered 12 years, 4 months ago

具体是哪种呢?是否是跟 url_encode() 的类似函数有关

工口少年鴉靡 answered 12 years, 4 months ago

Your Answer