char data[] = {'a', 'b', 'c'}; String str = new String(data); ... String conversions are implemented through the method toString , defined by Object and ...
確定! 回上一頁