char data[] = {'a', 'b', 'c'}; String str = new String(data); ... Constructs a new String by decoding the specified array of bytes using the platform's ...
確定! 回上一頁