有沒有一種簡單的方法將Java ARAYLIST轉換成KOTLIN陣列?以下程式碼: fun test(): Array<String> { val elems = ArrayList<String>() return elems.toArray() }
確定! 回上一頁