url-&content=路径带中文,出现乱码,中文乱码 -http请求是不接受中文参数
摘要:http get请求不能传输中文参数, http请求是不接受中文参数的。 需要发送方,将中文参数encode,接收方将参数decodeURLEncoder.encode(msg, "UTF-8");String decodeUrl = URLDecoder.decode(encodeUrl, "ut
阅读全文
posted @
2024-08-22 16:27
daofree
阅读(101)
推荐(0) 编辑