write(...); byte[] data = baos.toByteArray(); String dataAsString = new String(data, "UTF-8"); // or whatever encoding you are using // etc.
確定! 回上一頁