java 中文乱码
摘要:1.URL编码 String str = URLEncoder.encode("中文乱码","UTF-8");//编码 String newStr = URLDecoder.decode(str,"UTF-8");//解码2.new String() String str = new String(
阅读全文
posted @ 2016-10-22 18:11
posted @ 2016-10-22 18:11
posted @ 2016-10-21 19:06
posted @ 2016-10-05 20:20
posted @ 2016-10-05 03:52