Java Kotlin String[] strings = new String[]{"a", "b"}; 陣列列型態陣列列型態val strings: Array<String> = arrayOf("a", "b") ArrayList<String> ...
確定! 回上一頁