在Java中char数组转换为String类型的方法有二\. 1) String.valueOf(char[] arr) \. 2) new String(char[] arr) \. 注意,不能直接把char数组调用 ...
確定! 回上一頁