Replace Integer with the type of ArrayList you're trying to convert to array and it'll work E.g. for String : String[] array = strList.toArray( ...
確定! 回上一頁