You can create a static util method that converts any collection to a Java List public static List<?> convertObjectToList(Object obj) ...
確定! 回上一頁