这是四字节的,utf8会乱码
【 在 lambo (lambo) 的大作中提到: 】
: public static void main(String[] args) throws Exception {
: String input ="\\xE5\\x8C\\x97\\xE4\\xBA\\xAC\\xE5\\xB8\\x82";
: String adjustedInput = input.replace("\\x", "%");
: System.out.println(URLDecoder.decode(adjustedInput, "UTF-8"));
--
FROM 223.104.3.*