java數組複習 字符串轉數組 排序 擴容 猜數小遊戲

public static void main(String[] args) { *//** * 字符串轉爲數組 *//* String str = "helloworld"; char[] data = str.toCharArray();//將字符串轉爲數組 for (int i = 0; i < data.length; i++) { System.out.print(d
相關文章
相關標籤/搜索