public class CharsetTest { @Test public void testUtf8() { byte[] bytes = {77, -61, -68, 110, 99, 104, 101, 110}; String actual = new ...
確定! 回上一頁