char data[] = {'a', 'b', 'c'}; String str = new String(data); ... Encodes this String into a sequence of bytes using the given charset, storing the result ...
確定! 回上一頁