MalformedByteSequenceException: Invalid byte 二 of 3-byte UTF-8 sequence
MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence代码行:saxBuilder.build(new
MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence
代码行:
saxBuilder.build(new ByteArrayInputStream(content.getBytes("UTF-8")));
?